export declare class ImportToAdd {
    className: string;
    fileImportPath: string;
    constructor(className: string, fileImportPath: string);
}
