/** * Generates the [DISPOSITOR TREE] section of the chart output. * @param dispositors A map of planet names to their full dispositor chain string, or summary data. * @returns An array of strings for the output. */ export declare function generateDispositorsOutput(dispositors: { [key: string]: string; }): string[];