import * as z from "zod/v3"; export type GetPinRequest = { /** * The opaque id of the pin to be fetched. */ id?: string | undefined; }; /** @internal */ export type GetPinRequest$Outbound = { id?: string | undefined; }; /** @internal */ export declare const GetPinRequest$outboundSchema: z.ZodType; export declare function getPinRequestToJSON(getPinRequest: GetPinRequest): string; //# sourceMappingURL=getpinrequest.d.ts.map