import { ICommandDefinition } from './types';
export declare function commandDecoratorFactory(commandDefinition?: ICommandDefinition): (target: any, propertyName: string, descriptor: TypedPropertyDescriptor<any>) => void;
