export interface ISecretProvider {
    getSecret(name: string): Promise<string | undefined>;
}
//# sourceMappingURL=ISecretProvider.d.ts.map