#!/usr/bin/env node import { CLIOptions } from './types'; export declare class SubtextyCLI { private program; constructor(); private setupCommands; run(args: string[]): Promise; parseArguments(args: string[]): CLIOptions; private validateInput; } //# sourceMappingURL=cli.d.ts.map