/** * Sorts the given references before they are persisted to disk. * @param {Object} references The references to be sorted. */ export function sortReferences(references: any): {};