import { TrpcPlaygroundConfig } from '@trpc-playground/types'; import { FastifyPluginCallback } from 'fastify'; export declare const getFastifyPlugin: (config: TrpcPlaygroundConfig) => Promise;