interface TestOptions {
    full?: boolean;
    oauth?: boolean;
    smoke?: boolean;
}
export declare function testCommand(options: TestOptions): Promise<void>;
export {};
//# sourceMappingURL=test.d.ts.map