export declare const getEnv: (key: string) => string | undefined;
export declare const isVercel: string | undefined;
export declare const isNetlify: boolean;
export declare const environment: string | undefined;
export declare const region: string | undefined;
