/// <reference types="koa" />
export declare const koaHandler: (config: import("@trpc-playground/types").TrpcPlaygroundConfig) => Promise<import("koa").Middleware<import("koa").DefaultState, import("koa").DefaultContext, any>>;
