import { AsyncMultimethod, Multimethod } from '../interface/multimethod'; import { Options } from '../interface/options'; export declare function createMultimethod
(options?: Options
): Multimethod
; export declare function createMultimethod
(options?: Options
>): AsyncMultimethod
;