///
import { Data } from "@ganache/utils";
declare type StorageRecord = {
key: Data;
value: Data;
};
export declare type StorageRecords = Record;
export declare type StorageRangeAtResult = {
nextKey: Data | null;
storage: StorageRecords;
};
export declare type StorageKeys = Map;
export {};
//# sourceMappingURL=debug-storage.d.ts.map