import * as z from "zod/v3"; export type LatitudeOptions = { /** * The `promotionReference` field passed to the purchase API. */ promotionReference?: string | null | undefined; }; /** @internal */ export type LatitudeOptions$Outbound = { promotion_reference?: string | null | undefined; }; /** @internal */ export declare const LatitudeOptions$outboundSchema: z.ZodType; export declare function latitudeOptionsToJSON(latitudeOptions: LatitudeOptions): string; //# sourceMappingURL=latitudeoptions.d.ts.map