import ToastLibrary from './Toast'; export declare function useJavaNative(className: string, methodName: string, params: any[], packageName?: string, useObj?: string): Promise; export declare function useJavaStatic(className: string, methodName: string, params: any[], packageName?: string): Promise; export declare function useJava(objectName: string, methodName: string, params: any[]): Promise; export declare function createJavaObject(className: String, params: any[], packageName?: string): Promise; export declare function getJavaObjectValue(objectName: string): Promise; export declare const $app = "$app"; export declare const $appnative = "$appnative"; export declare function getJavaCurrentWindow(): Promise; export declare const Toast: typeof ToastLibrary; export declare function getJavaObjectArrayElement(objectName: string, idx: number, genericType?: string): Promise; export declare function poolLength(): Promise; export declare function getJavaObjectArrayLength(objectName: string): Promise; export declare function convertTo(objectName: string, newClassName: string): Promise; export declare function getJavaObjectType(objectName: string): Promise; export declare function createJavaArrayNative(elementJavaType: string, length: number, params: any[]): Promise; export declare function createJavaArray(elementJavaType: string, params: any[]): Promise; //# sourceMappingURL=index.d.ts.map