import { GetDeltaOrdersFunctions } from '../..';
type GetDeltaOrderFn = () => ReturnType<GetDeltaOrdersFunctions['getDeltaOrderById']>;
export declare function startStatusCheck(getDeltaOrder: GetDeltaOrderFn): void;
export {};
//# sourceMappingURL=delta.d.ts.map