import type { PathLike } from 'node:fs' export declare function watchFileCreated (filename: PathLike): Promise export declare function watchForWrite (filename: PathLike, testString: string): Promise