export type AddOptions = { dryRun?: boolean; force?: boolean; skipInstall?: boolean; }; export declare function runAdd(featureId: string, options?: AddOptions): Promise;