import type { QuotaToastEntry } from "./entries.js"; export declare function normalizeSingleWindowLabelText(value?: string): string; export declare function extractSingleWindowWindowLabel(text: string): string | null; export declare function buildSingleWindowPercentEntryDisplayName(entry: QuotaToastEntry): string; //# sourceMappingURL=quota-entry-display.d.ts.map