import type { HandlerContextValue } from './types';
export declare const HandlerContext: import("preact").Context<HandlerContextValue | undefined>;
