import { B as BaseAdapterProps, A as Adapter } from './types-4fcc40ec.js';
import 'zod';

type YamlAdapterProps = BaseAdapterProps & {
    path: string;
};
declare const yamlAdapter: ({ path, prefixKey, regex, silent }: YamlAdapterProps) => Adapter;

export { YamlAdapterProps, yamlAdapter };
