import * as z from "zod/v3"; export type ReportExecutionUrlGenerate = { /** * The URL expiration time, in minutes. */ expiresIn?: number | undefined; }; /** @internal */ export type ReportExecutionUrlGenerate$Outbound = { expires_in: number; }; /** @internal */ export declare const ReportExecutionUrlGenerate$outboundSchema: z.ZodType; export declare function reportExecutionUrlGenerateToJSON(reportExecutionUrlGenerate: ReportExecutionUrlGenerate): string; //# sourceMappingURL=reportexecutionurlgenerate.d.ts.map