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