/** Human-readable error messages used throughout the library. */ export declare const ErrorMessages: { /** Shown when the native module is not properly linked. */ LINKING_ERROR: string; JSON_PARSE_ERROR: string; BUNDLE_ID_REQUIRED: string; MODULE_NOT_FOUND: string; /** Generates an error message for a failed app launch. */ LAUNCH_APP_ERROR: (bundleId: string) => string; DEFAULT_LAUNCHER_ERROR: string; SET_DEFAULT_LAUNCHER_ERROR: string; }; //# sourceMappingURL=errors.d.ts.map