import { CancelFuncType, Processing } from "../Processings"; export declare function getPromiseFromProcessing(processing: Processing, ...args: StartValueType): [CancelFuncType, Promise];