import { type Platform } from '../detectPlatform';
import type { IntlayerConfigEnvVariable } from './types';
export type ExtractEnvVariableOptions = {
    platform?: Platform;
};
export declare const extractEnvVariable: (options?: ExtractEnvVariableOptions) => IntlayerConfigEnvVariable;
//# sourceMappingURL=index.d.ts.map