import { TrpcPlaygroundConfig } from '@trpc-playground/types';
import { NextApiHandler } from 'next';
export declare const nextHandler: (config: TrpcPlaygroundConfig) => Promise<NextApiHandler>;
