import * as z from "zod/v3"; export type GetPaymentServiceDefinitionRequest = { paymentServiceDefinitionId: string; }; /** @internal */ export type GetPaymentServiceDefinitionRequest$Outbound = { payment_service_definition_id: string; }; /** @internal */ export declare const GetPaymentServiceDefinitionRequest$outboundSchema: z.ZodType; export declare function getPaymentServiceDefinitionRequestToJSON(getPaymentServiceDefinitionRequest: GetPaymentServiceDefinitionRequest): string; //# sourceMappingURL=getpaymentservicedefinition.d.ts.map