import { Func } from '../typings/types'; /** * This method doing nothing and returns `undefined`. */ export declare const noop: Func; export default noop;