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