import type { AddCLIOptionsSchema } from '@ones-open/cli-utils'; declare function add(rawTargetStr: string, options: AddCLIOptionsSchema): Promise; export { add }; //# sourceMappingURL=add.d.ts.map