import { WorkflowClient } from "@temporalio/client";
import { SignalDefinition } from "@temporalio/common";
import express, { Router } from "express";
export declare function useValidator(signal: SignalDefinition, fn: Function): void;
export declare function temporalioMiddleware(workflows: any, client: WorkflowClient, taskQueue: string, router?: Router): express.Router;
//# sourceMappingURL=index.d.ts.map