import 'reflect-metadata'; import { Aurelia, FrameworkConfiguration } from 'aurelia-framework'; export declare class _ { static Patches(): { aureliaDialogDisabled: boolean; }; } export declare class StageComponent { static withResources(resources?: string | string[]): ComponentTester; } export declare class ComponentTester { viewModel?: T; private html; private resources; private bindingContext; withResources(resources: string | string[]): ComponentTester; inView(html: string): ComponentTester; boundTo(bindingContext: {}): ComponentTester; bootstrap(configure: (aurelia: Aurelia) => void | FrameworkConfiguration): this; create(bootstrap: (configure: (aurelia: Aurelia) => Promise) => Promise): any; private configure; }