import type { IntlayerConfig } from '../types/config';
import { type ExtractEnvVariableOptions } from './extractEnvVariable/index';
/**
 * Get all configuration values using environment variables
 * Can be used in the client side as the server side
 * To use it, be sure to have the environment variables set
 */
export declare const getConfiguration: (options?: ExtractEnvVariableOptions) => IntlayerConfig;
//# sourceMappingURL=getConfiguration.d.ts.map