/** * Discord 适配器工具函数 * * 从 discord-adapter.ts 提取的模块级纯函数。 */ import type { DiscordSendableChannel } from './discord-adapter-types.js'; export declare function getDiscordModule(): Promise; export declare function escapeRegExp(value: string): string; export declare function isDiscordSendableChannel(channel: unknown): channel is DiscordSendableChannel; //# sourceMappingURL=discord-adapter-utils.d.ts.map