import { ObjectShape } from '../object';
export default function sortFields(fields: ObjectShape, excludedEdges?: readonly [string, string][]): string[];
