import { EthereumProvider, ProjectPaths, SolcConfig } from "../../types";
export declare function watchCompilerOutput(provider: EthereumProvider, solcConfig: SolcConfig, paths: ProjectPaths): Promise<void>;
//# sourceMappingURL=watch.d.ts.map