import { type TreeNode } from '../utils/terminal/layout';
/** Generate an IDE-only tsconfig.json in the actions directory that references all action tsconfig files. */
export declare function generateActionsTsConfig(options: {
    actionsDir: string;
    cwd: string;
    skipTests: boolean;
    dryRun?: boolean;
    isFirstAction: boolean;
}): Promise<TreeNode | null>;
