import { IDescriptorRoute } from 'lib/interfaces';
export declare const reflectFunction: (event: string) => (target: any, propertyKey: string | symbol, descriptor: IDescriptorRoute) => void;
export declare function MessageRoute(event: string): (target: any, propertyKey: string | symbol, descriptor: IDescriptorRoute) => void;
export declare function MessageNonRoute(): (target: any, propertyKey: string | symbol, descriptor: IDescriptorRoute) => void;
