import { IMessage } from "@tandem/mesh"; import { BaseEditorBrowserCommand } from "./base"; /** * Called once after the app has initialized */ export declare class SetReadyStatusCommand extends BaseEditorBrowserCommand { execute(message: IMessage): void; }