type UnsafeCache = Map<any, any>;
export declare const ksCache: UnsafeCache;
export declare enum CacheType {
    Wallet = "Wallet",
    PK = "PK",
    PKWithoutPrefix = "PKWithoutPrefix"
}
export {};
