export { default as readYaml } from "./read/read-yaml.d.ts"; export { default as readYamlSync } from "./read/read-yaml-sync.d.ts"; export type { YamlReplacer } from "./types.d.ts"; export { default as writeYaml } from "./write/write-yaml.d.ts"; export { default as writeYamlSync } from "./write/write-yaml-sync.d.ts";