export declare const onMemoryWarning: () => Promise<{ errMsg: string; }>; export declare const offMemoryWarning: () => Promise<{ errMsg: string; }>;