Version: 0.0.00.1.00.1.10.1.20.2.00.3.00.3.10.3.20.3.30.3.40.4.00.5.00.6.00.6.10.6.20.6.30.7.00.7.10.8.00.8.10.8.20.8.30.8.40.8.50.9.00.9.10.9.21.0.01.1.01.2.01.3.01.4.01.5.01.6.0-beta.11.6.0-beta.21.6.02.0.03.0.0-rc.13.0.0-rc.23.0.03.1.03.1.13.1.23.2.03.2.13.3.03.4.0
export { default as install } from './install.js';
interface SetupOptions {
getRootElement?: () => Element | null;
}
export declare function setup(assert: Assert, options?: SetupOptions): void;