import * as z from "zod/v3"; import { ShortcutMutableProperties, ShortcutMutableProperties$Outbound } from "./shortcutmutableproperties.js"; export type CreateShortcutRequest = { data: ShortcutMutableProperties; }; /** @internal */ export type CreateShortcutRequest$Outbound = { data: ShortcutMutableProperties$Outbound; }; /** @internal */ export declare const CreateShortcutRequest$outboundSchema: z.ZodType; export declare function createShortcutRequestToJSON(createShortcutRequest: CreateShortcutRequest): string; //# sourceMappingURL=createshortcutrequest.d.ts.map