import type { ApiParams } from '../types/ApiParams.js'; import { type NotifyLinkChangeInput } from '../types/NotifyLinkChangeInput.js'; /** * Notifies clients that a reload is needed by incrementing the session version. */ export declare function notifyLinkChange(params: ApiParams): Promise; export declare namespace notifyLinkChange { var procedure: import("@trpc/server").TRPCMutationProcedure<{ input: NotifyLinkChangeInput; output: void; meta: never; }>; } //# sourceMappingURL=notifyLinkChange.d.ts.map