import type { GGUFParsedInfo, OllamaChatTemplateMapEntry } from "./types"; export declare function convertGGUFTemplateToOllama(gguf: NonNullable, options?: { debugModelId?: string; logDebug?: (typeof console)["debug"]; }): OllamaChatTemplateMapEntry | undefined; //# sourceMappingURL=chat-template.d.ts.map