import { CallToolResult } from '@modelcontextprotocol/sdk/types.js';
import { BaseTool } from './base.js';
export declare class EstimateCostTool extends BaseTool {
    protected readonly name = "estimate_cost";
    protected readonly description = "Estimate the credit cost and time for image/video generation operations";
    execute(params: any): Promise<CallToolResult>;
}
export declare const estimateCostTool: EstimateCostTool;
//# sourceMappingURL=estimate-cost.d.ts.map