import type { AddCliOptions } from "../../types";
export declare function getOptions(cwd: string, args: string[]): AddCliOptions;
