/** * Promise CLI Command definition */ import type { Command } from '../types.js'; export declare const promiseCommand: Command; //# sourceMappingURL=promise.d.ts.map