/** * Reports an error to the native module. */ export declare const reportError: (error: Error) => Promise;