import { Command } from "commander"; interface TestOptions { file?: string[]; } export declare function moduleTestCommand(modulePath: string | undefined, options: TestOptions): Promise; export default function (): Command; export {};