import { Tool } from "langchain/tools"; import { EvmAgentKit } from "../../agent"; export declare class EvmCreateImageTool extends Tool { private evmKit; name: string; description: string; constructor(evmKit: EvmAgentKit); private validateInput; protected _call(input: string): Promise; } //# sourceMappingURL=create_image.d.ts.map