import { Observable } from 'rxjs'; /** * The generated call site passes the same four arguments as `cordova()` — `(this, methodName, * config, arguments)` — but this helper only ever needed the first two. The extra arguments are * harmless at the call site and were never read. * * @param pluginObj * @param methodName */ export declare function cordovaFunctionOverride(pluginObj: any, methodName: string): Observable;