import type { Action } from '../Action'; import type { AppEvent } from './AppEvent'; import type { ExtoleInternal } from './ExtoleInternal'; export declare class ViewFullScreenAction implements Action { type: string; title: string; zone_name: string; data: Record; execute(event: AppEvent, extole: ExtoleInternal): Promise; } //# sourceMappingURL=ViewFullScreenAction.d.ts.map