import { MixinOptions } from '../types';
import { NestController, ExtractNestType } from '../../../types';
export declare function bindController(controller: ExtractNestType<NestController>, entity: MixinOptions['entity'], config: MixinOptions['config']): void;
