import { type TRPCClient } from '@trpc/client'; import { type CreateTRPCReact } from '@trpc/react-query'; import type { GameApiRouter } from '@gamepark/api-types'; export declare const trpc: CreateTRPCReact; export declare const trpcClient: TRPCClient; export declare function getTRPCLinks(): import("@trpc/client").TRPCLink[];