export declare const executePlan: (options: {
    config: string;
    practice?: string;
    file?: string;
}) => Promise<void>;
