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