import { type Handler } from '../../types'; export declare function extendHandler(handler: Handler | null): Handler;