export declare const commands: {
    readonly GUI: "gui";
    readonly MERGE_REPORTS: "merge-reports";
    readonly REMOVE_UNUSED_SCREENS: "remove-unused-screens";
};
export declare const run: () => Promise<void>;
