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