import { ToolResponse } from "../../types/index.js";
interface getVesselVoyageOperationsInformationArgs {
    imo?: string;
    imo_number?: string;
    category: string;
    question_no?: number;
}
export declare class MongodbToolsHandler {
    private typesenseClient;
    constructor();
    getVesselVoyageOperationsInformation(args: getVesselVoyageOperationsInformationArgs): Promise<ToolResponse>;
}
export {};
