import { WebPlugin } from '@capacitor/core';
import type { CapacitorTapJackingPlugin } from './definitions';
export declare class CapacitorTapJackingWeb extends WebPlugin implements CapacitorTapJackingPlugin {
    preventOverlays(): Promise<void>;
    enableOverlays(): Promise<void>;
}
