import * as z from "zod"; import { ClosedEnum } from "../types/enums.js"; /** * Static asset delivery type. */ export declare const AssetDeliveryType: { readonly Asset: "asset"; }; /** * Static asset delivery type. */ export type AssetDeliveryType = ClosedEnum; export declare const AssetDeliveryType$zodSchema: z.ZodEnum<{ asset: "asset"; }>; //# sourceMappingURL=assetdeliverytype.d.ts.map