import { TelegramResponse } from "./types"; export declare const checkTelegramSignature: (p: TelegramResponse) => Promise;