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