import { ExportedHandler } from '@cloudflare/workers-types';

declare const handlers: ExportedHandler;

export { handlers as default };
