import type { AnyFunction } from '../types/common.types'; export declare const hydrateFile: (filePath: string, content: string, onComplete?: AnyFunction) => void;