import { Handler, Option } from "../../../types.js"; export declare const create: (option: Option) => Handler;