export declare const keyPrefix: string;
export { storage } from "../../../common/storage";
export declare function prefixKey(key: string): string;
