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