import { ClassDeclaration, SourceFile } from 'ts-morph';
export interface CoerceNestControllerOptions {
    name: string;
    path?: string;
}
export declare function CoerceNestController(sourceFile: SourceFile, options: CoerceNestControllerOptions): ClassDeclaration;
