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