import GenericConfig from './platform/generic';
export declare const Version: any;
export declare const isVercel: string | undefined;
export declare const isNetlify: boolean;
declare let config: GenericConfig;
export default config;
