import { HttpAgent } from "@dfinity/agent";
import { HplDictionaryCacheModel } from "../../types/cache/hplDictionaryCacheModel";
export declare class DictionaryActorWrapper {
    private actor;
    private constructor();
    static create(agent: HttpAgent, canisterId: string): DictionaryActorWrapper;
    allTokens(): Promise<HplDictionaryCacheModel[]>;
    private static getDictionaryActorWrapper;
    private parseFungibleToken;
}
