import type { Request } from '../Request.js'; /** * The app catches this request and displays a banner at the top that initiates cloudflare bypass * * NOTE: You must have {@link SourceIntents.CLOUDFLARE_BYPASS_PROVIDING} for this to work */ export declare class CloudflareError extends Error { readonly resolutionRequest: Request; readonly type = "cloudflareError"; constructor(resolutionRequest: Request, message?: string); } //# sourceMappingURL=CloudflareError.d.ts.map