import * as z from "zod"; export type SendDownloadBackupEmailRequest = { filename: string; }; /** @internal */ export declare const SendDownloadBackupEmailRequest$inboundSchema: z.ZodType; /** @internal */ export type SendDownloadBackupEmailRequest$Outbound = { filename: string; }; /** @internal */ export declare const SendDownloadBackupEmailRequest$outboundSchema: z.ZodType; /** * @internal * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module. */ export declare namespace SendDownloadBackupEmailRequest$ { /** @deprecated use `SendDownloadBackupEmailRequest$inboundSchema` instead. */ const inboundSchema: z.ZodType; /** @deprecated use `SendDownloadBackupEmailRequest$outboundSchema` instead. */ const outboundSchema: z.ZodType; /** @deprecated use `SendDownloadBackupEmailRequest$Outbound` instead. */ type Outbound = SendDownloadBackupEmailRequest$Outbound; } //# sourceMappingURL=senddownloadbackupemail.d.ts.map