import { Handler } from "../../types.js"; export declare const create: (handlerArgs?: Array<{ argument: string; }>) => Handler;