#!/usr/bin/env node import { GlobOptions, globCallback } from '../env/files'; /** * Iterates over all JSON files and alpha sorts them * @remarks * This excludes files not in VCS * @public */ export declare const sortJson: (path?: string, options?: GlobOptions, callback?: globCallback) => void; //# sourceMappingURL=sortJson.d.ts.map