export declare function formatTo3Digits(value: number | null | undefined, unit?: string): string;
export declare const formatFPS: (fps: number) => string;
export declare const formatMS: (ms: number) => string;
export declare const formatMemory: (mb: number) => string;
export declare const formatGPU: (ms: number) => string;
export declare const formatCPU: (ms: number) => string;
export declare function formatTriangles(count: number): string;
export declare function formatVSync(vsync: number | null): string;
//# sourceMappingURL=formatters.d.ts.map