interface UpdateOptions { config?: string; file?: string; verbose?: boolean; quiet?: boolean; dryRun?: boolean; } export declare function update(type: string, name: string, options?: UpdateOptions): Promise; export {}; //# sourceMappingURL=update.d.ts.map