import type { ConnectorDefinition } from './connector-store.js'; export type ResolveConnectorMentionIdentities = (botId: string, identities: string[]) => Promise>; /** Neutralize Lark-native tags originating in webhook data. Full-width * punctuation keeps the visible information while making `` inert. */ export declare function escapeConnectorTopicText(value: string): string; export declare function renderConnectorTopicTemplate(connector: ConnectorDefinition, payload: unknown, resolveIdentities: ResolveConnectorMentionIdentities): Promise; //# sourceMappingURL=connector-topic-template.d.ts.map