/*! * Copyright (c) Microsoft. All rights reserved. * Licensed under the MIT license. See LICENSE file in the project. */ import type { TableContainer } from '@datashaper/tables'; import { Workflow } from '@datashaper/workflow'; export declare function useWorkflow(input?: Workflow | undefined, inputs?: TableContainer[]): Workflow;