import { LlmToolCompiler } from './model';
declare const _default: LlmToolCompiler<{
    input: {
        pattern: string;
    };
    output: string;
    options: {};
}>;
export default _default;
//# sourceMappingURL=glob.d.ts.map