import type { Command } from "../Command.js";
import { CommandRegistry } from "../CommandRegistry.js";
export declare class IwtmCommands extends CommandRegistry {
    protected readonly _prefix = "iwtm";
    /**
     * Displays the I Want To Menu with the given ID. Mobile only.
     *
     * @mobileOnly
     */
    get open(): Command<string>;
}
