/** * Created by tushar on 22/01/17. */ export declare const event: (type: string, detail: T) => Command; export declare const noop: () => Command;