import type { ApiParams } from '../types/ApiParams.js'; export declare function restartAllTasks(params: ApiParams): Promise; export declare namespace restartAllTasks { var procedure: import("@trpc/server").TRPCMutationProcedure<{ input: void; output: void; meta: never; }>; } //# sourceMappingURL=restartAllTasks.d.ts.map