import { type CloudflareOptions } from '@sentry/cloudflare'; import type { Handle } from '@sveltejs/kit'; /** * Initializes Sentry SvelteKit Cloudflare SDK * This should be before the sentryHandle() call. * * In the Node export, this is a stub that does nothing. */ export declare function initCloudflareSentryHandle(options: CloudflareOptions): Handle; //# sourceMappingURL=cloudflare.d.ts.map