import type { SourceHandler, HandlerEvent, HandlerFactoryParams } from "./types.js"; export declare const createSourceHandler: (handler: SourceHandler) => SourceHandler;