import type { Application } from '../../../declarations'; import { TelegramLinkService } from './link.class'; import { telegramLinkPath } from './link.shared'; export * from './link.class'; export * from './link.schema'; export declare const telegramLink: (app: Application) => void; declare module '../../../declarations' { interface ServiceTypes { [telegramLinkPath]: TelegramLinkService; } }