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

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

export { ScriptAdapterProps, scriptAdapter };
