import type { JsonObject } from 'type-fest'; declare const sortProps: (json?: JsonObject | undefined, sortFirst?: readonly string[] | undefined) => JsonObject; export default sortProps; //# sourceMappingURL=sort-props.d.ts.map