#! /usr/bin/env node export interface TestCommandOptions { ci: boolean; watch?: boolean; verbose?: boolean; config?: string; react17?: boolean; } export declare const test: (passThrough: Array | string | undefined, options: TestCommandOptions) => void; //# sourceMappingURL=index.d.ts.map