export type AddOptions = { settings?: string; }; export declare function addCommand(options: AddOptions): Promise; //# sourceMappingURL=add.d.ts.map