/** * Programmatic interface for running the Remix CLI with the given command line * arguments. */ export declare function run(argv?: string[]): Promise;