/** * No operation function. * * @return {void} */ export declare function noop(): void; /** * No operation function which return the given value unaltered. */ export declare function noopValue(value: T): T;