import * as z from "zod/v4-mini"; import { Result as SafeParseResult } from "../../types/fp.js"; import { SDKValidationError } from "../errors/sdkvalidationerror.js"; export type CustomerCustomerSession = { expiresAt: Date; returnUrl: string | null; }; /** @internal */ export declare const CustomerCustomerSession$inboundSchema: z.ZodMiniType; export declare function customerCustomerSessionFromJSON(jsonString: string): SafeParseResult; //# sourceMappingURL=customercustomersession.d.ts.map