import { FeatureFlagKeysVoInterface } from './feature-flag-keys-vo.interface';
export declare class FeatureFlagKeysVo implements FeatureFlagKeysVoInterface {
    readonly envVariableKey: string;
    readonly unleashKey: string;
    constructor(envVariableKey: string, unleashKey: string);
}
