/** * function utils * @author yoyoyohamapi * @ignore created 2018-08-13 15:32:55 */ /** * noop */ export declare function noop(...args: any[]): any;