import type { HandleServerError } 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?: HandleServerError): HandleServerError; //# sourceMappingURL=handleError.d.ts.map