type AddOptions = {
    install?: boolean;
};
export default function add(options: AddOptions): Promise<void>;
export {};
