import * as z from "zod"; export type RestoreRequest = { asset_ids: Array; versions?: Array | undefined; notification_url?: string | undefined; }; export declare const RestoreRequest$zodSchema: z.ZodType; //# sourceMappingURL=restorerequest.d.ts.map