import { Multimethod as MultimethodInstance, MultimethodConstructor } from './interface/multimethod'; export declare type Multimethod = MultimethodInstance; export declare const Multimethod: MultimethodConstructor; export { next } from './interface/next'; export { Options } from './interface/options';