export interface NativeModuleError { requestId: string; message: string; code: number; details?: any; }