import { WebPlugin } from '@capacitor/core';
import type { PageViewOptions, PianoDmpPlugin } from './definitions';
export declare class PianoDmpWeb extends WebPlugin implements PianoDmpPlugin {
    sendPageView(_options: PageViewOptions): Promise<void>;
}
