export declare function img2latex({ filePath, apiKey, model, }: {
    filePath: string | File;
    apiKey?: string;
    model?: "Llama-3.2-90B-Vision" | "Llama-3.2-11B-Vision" | "free";
}): Promise<string>;