import * as z from "zod/v3"; export type TrustlyOptions = { /** * Indicates to Gr4vy whether or not the stored Trustly agreement needs refreshing. */ refreshSplitToken?: boolean | null | undefined; }; /** @internal */ export type TrustlyOptions$Outbound = { refreshSplitToken?: boolean | null | undefined; }; /** @internal */ export declare const TrustlyOptions$outboundSchema: z.ZodType; export declare function trustlyOptionsToJSON(trustlyOptions: TrustlyOptions): string; //# sourceMappingURL=trustlyoptions.d.ts.map