import { IframeApiContribution } from "../IframeApiContribution"; import type { BannerEvent } from "./../../Events/Ui/BannerEvent"; export declare class WorkadventureBannerCommands extends IframeApiContribution { callbacks: never[]; /** * Open banner message with link * * {@link http://workadventure.localhost/map-building/api-ui.md#open-banner | Website documentation} * @param bannerEvent * @returns */ openBanner(bannerEvent: BannerEvent): void; /** * Close banner message * {@link http://workadventure.localhost/map-building/api-ui.md#close-banner | Website documentation} * @returns */ closeBanner(): void; } declare const _default: WorkadventureBannerCommands; export default _default;