import { type ClassDeclaration } from 'ts-morph'; export declare function addExportToNgModule(classDeclaration: ClassDeclaration, exportName: string, { unique }?: { unique?: boolean; }): void;