import { Command } from '../../core/domain/Command';
export declare function executor(command: Command): Promise<any>;
