import { ExportLine, Export } from "../exportables/model"; export declare const compareFileExportsFirst: (exp1: ExportLine, exp2: ExportLine) => 0 | 1 | -1; export declare const compareAlphabetically: (file1: string, file2: string) => 0 | 1 | -1; export declare const compareDefaultFirst: (exp1: Export, exp2: Export) => 0 | 1 | -1;