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

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

export { JsonAdapterProps, jsonAdapter };
