/** * @ignore */ export declare type DefaultFn = (...args: any[]) => any; /** * @ignore */ export declare type HandlerReturnValue = R | Promise | Generator;