import { type FileActionPlan } from '../../../../domain.objects';
export declare const displayPlan: ({ plan }: {
    plan: FileActionPlan;
}) => Promise<void>;
