declare const logs: (projectPath: string) => (cb: (log: string) => void) => void; export { logs };