export declare function getMemory(payload: { key: string; }): any; export declare function setMemory(payload: { key: string; value: any; }): void; export declare function removeMemory(payload: { key: string; }): void;