import type { ApiParams } from '../types/ApiParams.js'; import { type LinkPathInput, type LinkPathOutput } from '../types/LinkPath.js'; /** * Links a path to the session. */ export declare function linkPath(params: ApiParams): Promise; export declare namespace linkPath { var procedure: import("@trpc/server").TRPCMutationProcedure<{ input: LinkPathInput; output: LinkPathOutput; meta: never; }>; } //# sourceMappingURL=linkPath.d.ts.map