import type { Normalization, RelationGraph } from "../../../universal/src/graph.js";
import type { ExtractedRepresentation } from "./types.js";
export declare const REMAINING_PERCENTAGE_NORMALIZATION: Normalization;
export declare function buildQuotaRelationGraph(representations: ExtractedRepresentation[]): RelationGraph;
export declare function buildRelationGraphForWidget(_kind: "quota", representations: ExtractedRepresentation[]): RelationGraph;
//# sourceMappingURL=graph.d.ts.map