import { type DynamicModule } from '@nestjs/common'; import { type HttpInterfaceConfig } from './types'; export declare class HttpInterfaceModule { static forRoot(config?: HttpInterfaceConfig): DynamicModule; }