import { WebhookNotifier } from './webhookNotifier'; export declare class Lark extends WebhookNotifier { sendText(text: string): void; } //# sourceMappingURL=lark.d.ts.map