import { ICommand } from "@tandem/common"; import { AlertMessage } from "@tandem/editor/browser/messages"; export declare class AlertCommand implements ICommand { execute({type, text}: AlertMessage): void; }