import * as z from "zod/v3"; export type DeleteShortcutRequest = { /** * The opaque id of the user generated content. */ id: number; }; /** @internal */ export type DeleteShortcutRequest$Outbound = { id: number; }; /** @internal */ export declare const DeleteShortcutRequest$outboundSchema: z.ZodType; export declare function deleteShortcutRequestToJSON(deleteShortcutRequest: DeleteShortcutRequest): string; //# sourceMappingURL=deleteshortcutrequest.d.ts.map