import { TableProperties } from '../../tables/properties/table-properties';
import { HashBasedCache } from '../hash-based-cache';
export declare class TablePropertiesCache extends HashBasedCache<TableProperties> {
}
