import { type PathLike } from 'node:fs'; export declare function openAsBlob(path: PathLike, options?: { type?: string; }): Promise;