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