export declare function setLocal(key: string, data: any): void; export declare function getLocal(key: string): any; export declare function removeLocal(key: string): void; //# sourceMappingURL=local.d.ts.map