import { z } from 'zod'; export declare const ServiceAccountJsonSchema: z.ZodPipe; }, z.core.$strip>, z.ZodTransform<{ projectId: string; clientEmail: string; privateKey: string; tokenUri: string | undefined; }, { project_id: string; client_email: string; private_key: string; token_uri?: string | undefined; }>>; export type GoogleServiceAccount = z.infer; export declare function parseServiceAccountJson(raw: string): GoogleServiceAccount; //# sourceMappingURL=service-account.d.ts.map