export type RemoveOptions = { settings?: string; }; export declare function removeCommand(options: RemoveOptions): Promise; //# sourceMappingURL=remove.d.ts.map