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