import type { INestApplication } from '@nestjs/common';
import { HandlerOptions } from '../core/handler';
export declare function attachToNest(app: INestApplication, opts: HandlerOptions): void;
