import { type PathLike } from './path.ts'; /** Reads the code from a file path. */ export declare function readCodeFromPath(path: PathLike, baseDirectory?: PathLike): Promise;