import * as z from "zod/v4-mini"; export type CarrierAccountRoyalMailCreateRequestParameters = { /** * The client ID assigned to the user */ clientId: string; /** * The secret that corresponds to the supplied client ID */ clientSecret: string; /** * A unique identifier for your OBA account */ partnerToken: string; }; /** @internal */ export type CarrierAccountRoyalMailCreateRequestParameters$Outbound = { client_id: string; client_secret: string; partner_token: string; }; /** @internal */ export declare const CarrierAccountRoyalMailCreateRequestParameters$outboundSchema: z.ZodMiniType; export declare function carrierAccountRoyalMailCreateRequestParametersToJSON(carrierAccountRoyalMailCreateRequestParameters: CarrierAccountRoyalMailCreateRequestParameters): string; //# sourceMappingURL=carrieraccountroyalmailcreaterequestparameters.d.ts.map