import { Handler } from "../../types.js"; export declare const create: (origin: string, ...handlers: Array) => Handler;