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