/**
 * Класс маркер комманды,
 */
export declare class Command {
    entity_id: string;
    version: string;
    entity: any;
}
