export declare const gameRouter: import("@trpc/server").CreateRouterInner, { get: import("@trpc/server").BuildProcedure<"query", { _config: import("@trpc/server").RootConfig<{ ctx: import("../trpc").TrpContext; meta: {}; errorShape: import("@trpc/server").DefaultErrorShape; transformer: import("@trpc/server").DefaultDataTransformer; }>; _meta: {}; _ctx_out: import("@trpc/server").Overwrite; _input_in: { id: string; }; _input_out: { id: string; }; _output_in: typeof import("@trpc/server").unsetMarker; _output_out: typeof import("@trpc/server").unsetMarker; }, { id: string; screenshots?: string[] | undefined; twitterLink?: string | undefined; discordLink?: string | undefined; playLink?: string | undefined; sortingWeight?: number | undefined; name?: string | undefined; slug?: string | undefined; imgUrl?: string | undefined; genres?: string[] | undefined; status?: import("../..").GameStatus | undefined; description?: string | undefined; weight?: number | undefined; platform?: import("../..").GamePlatform[] | undefined; supportedWallets?: import("../..").GameSupportedWallet.ALL[] | undefined; gameId?: string | undefined; relevantCollectionLinks?: string[] | undefined; relevantLaunchpadLinks?: string[] | undefined; verified?: boolean | undefined; exclusive?: boolean | undefined; imgSet?: { url: string; width: number; }[] | undefined; socialImage?: string | undefined; }>; list: import("@trpc/server").BuildProcedure<"query", { _config: import("@trpc/server").RootConfig<{ ctx: import("../trpc").TrpContext; meta: {}; errorShape: import("@trpc/server").DefaultErrorShape; transformer: import("@trpc/server").DefaultDataTransformer; }>; _meta: {}; _ctx_out: import("@trpc/server").Overwrite; _input_in: typeof import("@trpc/server").unsetMarker; _input_out: typeof import("@trpc/server").unsetMarker; _output_in: typeof import("@trpc/server").unsetMarker; _output_out: typeof import("@trpc/server").unsetMarker; }, { id: string; screenshots?: string[] | undefined; twitterLink?: string | undefined; discordLink?: string | undefined; playLink?: string | undefined; sortingWeight?: number | undefined; name: string; slug: string; imgUrl: string; genres: string[]; status: import("../..").GameStatus; description: string; weight: number; platform: import("../..").GamePlatform[]; supportedWallets: import("../..").GameSupportedWallet.ALL[]; gameId: string; relevantCollectionLinks: string[]; relevantLaunchpadLinks: string[]; verified: boolean; exclusive: boolean; imgSet?: { url: string; width: number; }[] | undefined; socialImage?: string | undefined; }[]>; save: import("@trpc/server").BuildProcedure<"mutation", { _config: import("@trpc/server").RootConfig<{ ctx: import("../trpc").TrpContext; meta: {}; errorShape: import("@trpc/server").DefaultErrorShape; transformer: import("@trpc/server").DefaultDataTransformer; }>; _meta: {}; _ctx_out: import("@trpc/server").Overwrite; _input_in: { screenshots?: string[] | undefined; twitterLink?: string | undefined; discordLink?: string | undefined; playLink?: string | undefined; sortingWeight?: number | undefined; name: string; slug: string; imgUrl: string; genres: string[]; status: import("../..").GameStatus; description: string; weight: number; platform: import("../..").GamePlatform[]; supportedWallets: import("../..").GameSupportedWallet.ALL[]; gameId: string; relevantCollectionLinks: string[]; relevantLaunchpadLinks: string[]; verified: boolean; exclusive: boolean; } & { id?: string | undefined; }; _input_out: { screenshots?: string[] | undefined; twitterLink?: string | undefined; discordLink?: string | undefined; playLink?: string | undefined; sortingWeight?: number | undefined; name: string; slug: string; imgUrl: string; genres: string[]; status: import("../..").GameStatus; description: string; weight: number; platform: import("../..").GamePlatform[]; supportedWallets: import("../..").GameSupportedWallet.ALL[]; gameId: string; relevantCollectionLinks: string[]; relevantLaunchpadLinks: string[]; verified: boolean; exclusive: boolean; } & { id?: string | undefined; }; _output_in: typeof import("@trpc/server").unsetMarker; _output_out: typeof import("@trpc/server").unsetMarker; }, { screenshots?: string[] | undefined; twitterLink?: string | undefined; discordLink?: string | undefined; playLink?: string | undefined; sortingWeight?: number | undefined; name: string; slug: string; imgUrl: string; genres: string[]; status: import("../..").GameStatus; description: string; weight: number; platform: import("../..").GamePlatform[]; supportedWallets: import("../..").GameSupportedWallet.ALL[]; gameId: string; relevantCollectionLinks: string[]; relevantLaunchpadLinks: string[]; verified: boolean; exclusive: boolean; imgSet?: { url: string; width: number; }[] | undefined; socialImage?: string | undefined; id: string; }>; }>;