#!/usr/bin/env node /** * Entry point for the design-lint CLI. * * Parses command-line arguments, initializes the program, and executes the * lint or subcommand workflows. * * @param argv - Command-line arguments excluding the node and script path. */ export declare function run(argv?: string[]): Promise; //# sourceMappingURL=index.d.ts.map