export declare function printMaintainers(): Promise; export declare function addMaintainer(maintainer: string, yes?: boolean): Promise; export declare function removeMaintainer(maintainer: string, yes?: boolean): Promise;