import { HomeScreenStatus, RequestError } from '@tma.js/bridge'; import { taskEither as TE } from 'fp-ts'; import { AsyncOptions } from '../../types.js'; /** * Sends a request to the native Telegram application to check if the current mini * application is added to the device's home screen. * @param options - additional options. * @since Mini Apps v8.0 */ export declare const checkHomeScreenStatusFp: import('../../with-checks/withChecksFp.js').WithChecksFp<(options?: AsyncOptions) => TE.TaskEither, true, never>; /** * @see checkHomeScreenStatusFp */ export declare const checkHomeScreenStatus: import('../../with-checks/withChecksFp.js').WithChecks<(options?: AsyncOptions) => TE.TaskEither, true, never>;