export declare class ExternalInterface { static available: boolean; static addCallback(methodName: string, instance: any, method: Function): boolean; static call(methodName: string, parameter1: any): any; }