import type { ChatCompletionInputMessage } from "../tasks";
import type { ModelDataMinimal } from "./types";
export declare function getModelInputSnippet(model: ModelDataMinimal, noWrap?: boolean, noQuotes?: boolean): string | ChatCompletionInputMessage[];
//# sourceMappingURL=inputs.d.ts.map