import { type Noop } from './types';
declare const noop: Noop;
export default noop;
