import { WebPlugin } from '@capacitor/core'; import { MemoryWarningPlugin } from './definitions'; export declare class MemoryWarningWeb extends WebPlugin implements MemoryWarningPlugin { constructor(); listenForWarning(options: {}): Promise<{}>; } declare const MemoryWarning: MemoryWarningWeb; export { MemoryWarning };