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