import type { Accessor } from '../../accessor/base.ts';
import type { ObjectStoreDriver, StatFn } from './driver.ts';
/** Build the index-first stat ladder over one driver. */
export declare function makeStat(driver: ObjectStoreDriver): StatFn;
//# sourceMappingURL=stat.d.ts.map