import type { FileCheckEvaluation } from '../../../domain.objects'; export declare const sortFileCheckEvaluationsByPracticeRef: (a: FileCheckEvaluation, b: FileCheckEvaluation) => 1 | -1;