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