import { CliCommand } from './interfaces.js'; import { AsyncService, ClassInfo } from '@spinajs/di'; import { Log } from '@spinajs/log-common'; export * from './interfaces.js'; export * from './decorators.js'; export declare class Cli extends AsyncService { protected Log: Log; Commands: Promise>>; resolve(): Promise; } //# sourceMappingURL=index.d.ts.map