import type { SKYKOIConfig } from "../../config/config.js"; import type { GatewayMessageChannel } from "../../utils/message-channel.js"; import type { AnyKoiTool } from "./common.js"; export declare function createTtsTool(opts?: { config?: SKYKOIConfig; koiChannel?: GatewayMessageChannel; }): AnyKoiTool;