import { ILoadForce } from "@ic-wallet-kit/common";
export interface HplMintCacheDataInfo extends ILoadForce {
    canisterId: string;
}
