import { ComponentHarness } from './ComponentHarness';
export declare class DomTestRunner {
    window?: any;
    document?: any;
    harnesses: ComponentHarness[];
    constructor();
    installMochaHooks(options: any): void;
    createHarness(): ComponentHarness;
}
export declare function install(options: any): DomTestRunner;
