import { type TeamGraph } from 'team/types.js'; export declare const bySeniority: (chain: TeamGraph) => (a: string, b: string) => 1 | -1; //# sourceMappingURL=bySeniority.d.ts.map