import { bunyan } from '@expo/logger'; interface BuilderCtx { workingdir: string; logger: bunyan; job: T; } export { BuilderCtx };