import * as z from "zod/v3"; export type CustomerPortalUrl = { returnUrl: string; }; /** @internal */ export type CustomerPortalUrl$Outbound = { returnUrl: string; }; /** @internal */ export declare const CustomerPortalUrl$outboundSchema: z.ZodType; export declare function customerPortalUrlToJSON(customerPortalUrl: CustomerPortalUrl): string; //# sourceMappingURL=customerportalurl.d.ts.map