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