import { WebPlugin } from '@capacitor/core'; import type { TestFlightDetectPlugin } from './definitions'; export declare class TestFlightDetectWeb extends WebPlugin implements TestFlightDetectPlugin { checkTF(): Promise<{ "isFromTestFlight": boolean; "isInSimulator": boolean; "isFromAppStore": boolean; }>; }