import * as z from "zod/v3"; import { UserGeneratedContentId, UserGeneratedContentId$Outbound } from "./usergeneratedcontentid.js"; export type GetShortcutRequest = { /** * The alias for the shortcut, including any arguments for variable shortcuts. */ alias: string; }; export type GetShortcutRequestUnion = GetShortcutRequest | UserGeneratedContentId; /** @internal */ export type GetShortcutRequest$Outbound = { alias: string; }; /** @internal */ export declare const GetShortcutRequest$outboundSchema: z.ZodType; export declare function getShortcutRequestToJSON(getShortcutRequest: GetShortcutRequest): string; /** @internal */ export type GetShortcutRequestUnion$Outbound = GetShortcutRequest$Outbound | UserGeneratedContentId$Outbound; /** @internal */ export declare const GetShortcutRequestUnion$outboundSchema: z.ZodType; export declare function getShortcutRequestUnionToJSON(getShortcutRequestUnion: GetShortcutRequestUnion): string; //# sourceMappingURL=getshortcutrequestunion.d.ts.map