export declare class GLStatsJS { protected _stats: any; protected _container: HTMLElement; constructor(container: HTMLElement); show(): void; hide(): void; begin(): void; end(): void; } //# sourceMappingURL=../src/utils/GLStatsJS.d.ts.map