import type { HandleClientError } from '@sveltejs/kit'; /** * Wrapper for the SvelteKit error handler that sends the error to Sentry. * * @param handleError The original SvelteKit error handler. */ export declare function handleErrorWithSentry(handleError?: HandleClientError): HandleClientError; //# sourceMappingURL=handleError.d.ts.map