export declare const telegram: {
    name: string;
    matches: ({
        match: string;
        group: number;
        type: number;
        pattern: string;
    } | {
        match: string;
        group: number;
        type?: undefined;
        pattern?: undefined;
    })[];
};
//# sourceMappingURL=telegram.d.ts.map