import { RequestHandler } from 'micro';
import { Server } from './base';
export declare const createHandler: (server: Server) => RequestHandler;
