import { type PathLike } from "node:fs"; export declare function customReadStream(filePathFs: PathLike): Promise; export declare function parseFilePath(filepath: string): { dotExt: string; ext: string; basename: string; };