export declare const wrap: (pluginObj: any, methodName: any, opts?: any) => (...args: any[]) => any; export declare function Plugin(config: any): (cls: any) => any; export declare function Cordova(opts?: any): (obj: any, methodName: any) => void;