import type { FileActionPlan } from '../../../domain.objects'; export declare const sortFileActionPlansByPaths: ({ plans, }: { plans: FileActionPlan[]; }) => FileActionPlan[];