/** * Notifies One's HMR system about a file dependency. * When One is present, this enables automatic hot reload when the file changes. * No-op when One is not present or in production. */ export declare function notifyFileRead(filePath: string): void; //# sourceMappingURL=watchFile.d.ts.map