export declare class ExternalSecretsConfig {
    updateInterval: number;
    preferGet: boolean;
}
