/** `dir` may be the host root (we look inside its .vendo/) or the .vendo * directory itself; reads `file` from it, undefined when absent. */ export declare function readOptionalVendoJson(dir: string, file: string, parse: (value: unknown) => T): Promise;