declare function run(path: string, name: string, publisherName: string, publisherPrefix: string, verbose: boolean): number;
export { run };
