import { type PromptString } from '../prompt/prompt-string'; import type { Message } from '../sourcegraph-api'; export declare function getSimplePreamble(model: string | undefined, apiVersion: number, preInstruction?: PromptString): Message[]; //# sourceMappingURL=preamble.d.ts.map