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