export declare function updatePlugin(options: {
    name: string;
    enable: boolean;
}): Promise<void>;
