1 | import { IImport, IParserOptions } from "import-sort-parser";
|
2 | export declare function parseImports(code: string, options?: IParserOptions): IImport[];
|
3 | export declare function formatImport(code: string, imported: IImport, eol?: string): string;
|
4 | //# sourceMappingURL=index.d.ts.map |
\ | No newline at end of file |