import { HplAccountCacheModel } from "../types/cache/hplAccountCacheModel";
export interface HplStateCacheDataResult {
    accountCount: bigint;
    accounts: HplAccountCacheModel[];
}
