import * as z from "zod"; export type ResponseBody = { filename: string; lastModified: string; size: number; }; /** @internal */ export declare const ResponseBody$inboundSchema: z.ZodType; /** @internal */ export type ResponseBody$Outbound = { filename: string; last_modified: string; size: number; }; /** @internal */ export declare const ResponseBody$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 ResponseBody$ { /** @deprecated use `ResponseBody$inboundSchema` instead. */ const inboundSchema: z.ZodType; /** @deprecated use `ResponseBody$outboundSchema` instead. */ const outboundSchema: z.ZodType; /** @deprecated use `ResponseBody$Outbound` instead. */ type Outbound = ResponseBody$Outbound; } //# sourceMappingURL=getbackups.d.ts.map