/**
 * Function handler decorator.
 *
 * @export
 * @param {string} name Name of the function
 * @returns {MethodDecorator}
 */
export declare function Func(name: string): MethodDecorator;
