import { FastifyAdapter } from '@nestjs/platform-fastify';
import { BaseNestJsServerOptions } from 'src/types';
export declare function processCompression(adapter: FastifyAdapter, serverOptions: BaseNestJsServerOptions | undefined): Promise<void>;
