/** * DNS Validator CLI Tool * * A command-line interface for validating DNS records and queries */ /** * Run the CLI with the provided argv (excluding the first two node/script * entries). Exposed for testing so we can invoke the command definitions * without spawning a child process. */ export declare function runCLI(argv?: string[]): void; //# sourceMappingURL=cli.d.ts.map