import { SimpleSchema, AIFunctionOptions } from '@/types';
import { AIFunction } from './types';
export declare function createAIFunction<T extends SimpleSchema>(functionName: string, schema: T, options?: AIFunctionOptions): AIFunction<T>;
//# sourceMappingURL=create-function.d.ts.map