import * as z from "zod/v3"; export type GivingBlockOptions = { /** * The default cryptocurrency to present at checkout. This can be used to ensure the user is presented with the same currency in both your checkout and the Giving Block checkout. */ defaultCryptocurrency?: string | null | undefined; }; /** @internal */ export type GivingBlockOptions$Outbound = { defaultCryptocurrency?: string | null | undefined; }; /** @internal */ export declare const GivingBlockOptions$outboundSchema: z.ZodType; export declare function givingBlockOptionsToJSON(givingBlockOptions: GivingBlockOptions): string; //# sourceMappingURL=givingblockoptions.d.ts.map