/** * Wrapper Mode * Spawns a command, preserves colors, pipes to screen, strips ANSI, writes to log * Now with session isolation and secret redaction */ export declare function runCommandWrapper(command: string, args: string[]): Promise; //# sourceMappingURL=wrapper.d.ts.map