export declare function sortLibrary({ name: a }: { name: string; }, { name: b }: { name: string; }): 1 | -1;