import { type TurbowatchConfigurationInput, type TurbowatchController } from './types';
export declare const watch: (configurationInput: TurbowatchConfigurationInput) => Promise<TurbowatchController>;
//# sourceMappingURL=watch.d.ts.map