import type { CompressionType, ReadYamlOptions, YamlReviver } from "../types.d.ts"; declare function readYaml>(path: URL | string, options?: ReadYamlOptions): Promise; declare function readYaml>(path: URL | string, reviver?: YamlReviver, options?: ReadYamlOptions): Promise; export default readYaml;