/** * Function that does nothing. * Useful as default value for callbacks. */ export declare function noop(): void;