import { Import } from '../models'; export declare function sortImports(imports: Import[]): void; export declare function removeRelative(importDef: Import): string;