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