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