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