import type { ModelId, TransformedResult, GlobalConfig } from '../types.js'; declare function buildSystemPrompt(modelId: ModelId): string; export declare function transform(userPrompt: string, modelId: ModelId, config?: GlobalConfig): Promise; export { buildSystemPrompt }; //# sourceMappingURL=index.d.ts.map