import { Readable } from "node:stream";
export declare function readFileStream(pathOrPaths: string | string[], options?: {
    index?: number;
}): Promise<Readable | import("fs").ReadStream>;
