import type { Operation, TMappedResponse } from '@linkedapi/node'; interface TWorkflowRunnerOptions { isQuiet: boolean; } export declare function runWorkflow(operation: Operation, params: Record, options: TWorkflowRunnerOptions): Promise>; export declare function runVoidWorkflow(operation: Operation, params: Record, options: TWorkflowRunnerOptions): Promise>; export {}; //# sourceMappingURL=workflow-runner.d.ts.map