import { Middleware } from '@curveball/kernel';
import { Options } from './types.js';
export type { Options } from './types.js';
export declare const supportedContentTypes: string[];
export default function browser(options?: Partial<Options>): Middleware;
