interface WaitForLogOptions { projectDir: string; commandNames: string[]; message: string; timeoutMs?: number; } export declare function handleWaitForLog(options: WaitForLogOptions): Promise<{ success: boolean; message: string; } | { success: boolean; message?: undefined; }>; export {}; //# sourceMappingURL=wait-for-log-command.d.ts.map