interface UsageGlyph { glyph: string; color: string; } export declare function usageGlyph(pct: number | undefined): UsageGlyph; export {};