import type { ChannelTool } from "@copilotkit/channels-core"; export declare const lookupTelegramUserTool: ChannelTool>; /** * The flat list of tools the SDK ships. Spread into your * `createChannel({tools: …})`: * * tools: [...defaultTelegramTools, ...myAppTools], */ export declare const defaultTelegramTools: ReadonlyArray; //# sourceMappingURL=built-in-tools.d.ts.map