import { FunctionOptions } from "./command.js";
export declare const handler: ({ cwd, force, name }: FunctionOptions) => Promise<void>;
