export interface ResidentHistoryReadBudget { remaining: number; bytesRead: number; signal?: AbortSignal; } export declare class ResidentHistoryPageLimit extends Error { } /** Bounded read of an immutable record in a private host-owned hierarchy. */ export declare function readResidentHistoryRecord(root: string, path: string, budget: ResidentHistoryReadBudget): Promise; //# sourceMappingURL=history-disk.d.ts.map