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