import type { Step } from "../index.ts"; export declare function lock($step: Step): void; export declare function unlock($step: Step): boolean; //# sourceMappingURL=lock.d.ts.map