export declare const OpenAPIOptionsNames: {
    REGEN: string;
    API_CLIENTS: string;
};
export declare const OpenAPIOptionsValues: {
    REGEN: {
        YES: boolean;
        NO: boolean;
    };
};
export declare const OpenAPIDefaultValues: {
    REGEN: boolean;
};
declare const _default: {
    OpenAPIOptionsNames: {
        REGEN: string;
        API_CLIENTS: string;
    };
    OpenAPIOptionsValues: {
        REGEN: {
            YES: boolean;
            NO: boolean;
        };
    };
    OpenAPIDefaultValues: {
        REGEN: boolean;
    };
};
export default _default;
