export declare const AppKitFrameStorage: { set(key: string, value: string): void; get(key: string): Promise; delete(key: string): void; }; //# sourceMappingURL=AppKitFrameStorage.d.ts.map