export declare function setCachedHeight(fixtureId: string, height: number): void; export declare function getCachedHeight(fixtureId: string): number | undefined; export declare function getAllCachedHeights(): ReadonlyMap; export declare function setCachedContentHeight(fixtureId: string, height: number): void; export declare function getCachedContentHeight(fixtureId: string): number | undefined; //# sourceMappingURL=fixtureSizeCache.d.ts.map