import { NoopFunction } from '../../types'; /** * Executes nothing. */ declare const noop: NoopFunction; export default noop;