import { RequestFpFn, RequestFn, Request2FpFn, Request2Fn } from '@tma.js/bridge'; /** * @deprecated To be removed in the next major update. Use `request2fp` instead, it provides * a proper way of handling multiple events. */ export declare const requestFp: RequestFpFn; export declare const request2Fp: Request2FpFn; /** * @deprecated To be removed in the next major update. Use `request` instead, it provides * a proper way of handling multiple events. */ export declare const request: RequestFn; export declare const request2: Request2Fn;