import type { ILLMOptions, VMindOptions } from '../types';
export declare const getScheduleLLmOptions: (vmindOptions: VMindOptions) => ILLMOptions;
