/** * Repomix Manager * Handles execution of repomix for codebase flattening */ export declare class RepomixManager { private timeout; constructor(timeoutMs?: number); } //# sourceMappingURL=manager.d.ts.map