import { SortFunctionOptions } from "../sort.interface"; export declare const sortAlphabeticalOrder: (first: string, second: string, options: SortFunctionOptions) => number; //# sourceMappingURL=alphabetical.d.ts.map