import { B as BaseAdapterProps, b as SyncAdapter } from './types-6327f0b9.js'; import 'zod/v3'; import 'zod/v4/core'; type YamlAdapterProps = BaseAdapterProps & { path: string; }; declare const yamlAdapter: ({ path, regex, silent, keyMatching, transform, }: YamlAdapterProps) => SyncAdapter; export { YamlAdapterProps, yamlAdapter };