import { type PathLike } from './path.ts'; export declare function normalizeBaseDirectory(baseDirectory?: PathLike): string | undefined;