export declare class AwsProvider { private constructor(); static getSecret(amazonSecretPath: string | undefined, fileParser: (fileString: string) => T): Promise; } //# sourceMappingURL=aws.d.ts.map