import { AiDefenceOptions } from "../types";
export declare function generatePromptText(options: AiDefenceOptions): string;
