import { CommandLineAction } from '@rushstack/ts-command-line';
import { type ITerminal } from '@rushstack/terminal';
export declare class InitAction extends CommandLineAction {
    private readonly _terminal;
    constructor(terminal: ITerminal);
    protected onExecuteAsync(): Promise<void>;
}
//# sourceMappingURL=InitAction.d.ts.map