import { Handler, LeafCommand } from "../../../types.js"; export declare const create: (command: LeafCommand, errorMessage?: string) => Handler;