declare module '@capacitor/core' { interface PluginRegistry { MemoryWarning: MemoryWarningPlugin; } } export interface MemoryWarningPlugin { listenForWarning(options: {}): Promise<{}>; }