interface IOptions { rootDir?: string; npmName?: string; type?: string; } export default function (options?: IOptions): Promise; export {};