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