import GenericConfig from './platform/generic';
declare global {
    var EdgeRuntime: string;
    var WorkerGlobalScope: any;
}
export declare const Version: any;
export declare const isVercelIntegration: string | undefined;
export declare const isVercel: string | undefined;
export declare const isNetlify: boolean;
export declare const isWebWorker: boolean;
export declare const isBrowser: boolean;
export declare const isEdgeRuntime: boolean;
declare let config: GenericConfig;
export { config };
