import type { FeatureFlagConfig, ResolvedFeatureFlagConfig } from '../types';
export declare class ConfigResolver {
    static resolveConfig(config: Partial<FeatureFlagConfig>): ResolvedFeatureFlagConfig;
    static initializeFlagsmithSDK(config: ResolvedFeatureFlagConfig): void;
    private static getConfigValue;
    private static parseBoolean;
    private static parseNumber;
    static parseEnvKey(envKey: string): {
        prefix: string;
        workspace?: string;
        flag?: string;
    };
}
//# sourceMappingURL=config.d.ts.map