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