export declare class MobileAdsError extends Error {
    _native: java.lang.Exception;
    static fromNative(native: java.lang.Exception, message?: string): MobileAdsError;
    get native(): java.lang.Exception;
    intoNative(): java.lang.Exception;
}
