/**
 * Example of error handling with Sentry integration.
 */
export declare const tryCatchExample: () => void;
/**
 * Example of an uncaught error causing a crash from JS.
 */
export declare const uncaughtErrorExample: () => void;
/**
 * Example of a native crash.
 */
export declare const nativeCrashExample: () => void;
//# sourceMappingURL=examples.d.ts.map