UNPKG

projen

Version:

CDK for software projects

4 lines 233 B
import type { CommandContext } from "../commandHandler.js"; import { type ExecuteResult } from "../result.js"; export declare function sleepCommand(context: CommandContext): Promise<ExecuteResult>; //# sourceMappingURL=sleep.d.ts.map