import { BulletPointsPrompt, RawPrompt } from '../types';
export default function buildRawPrompt(prompt: BulletPointsPrompt): RawPrompt<string[]>;
//# sourceMappingURL=bulletPoints.d.ts.map