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