export declare class BimEngine { private container; constructor(container: HTMLElement | string); private init; } export { }