import { FastifyInstance } from 'fastify';
import { BaseNestJsServerOptions } from 'src/types/base-nestjs-app-options';
export declare function addGetBodyHook(instance: FastifyInstance, options: BaseNestJsServerOptions | undefined): void;
