/** * Combine app and plugin names into a Node/NPM applicable module name. */ export default function formatModuleName(appName: string, pluginType: string, name: string, scoped?: boolean): string; //# sourceMappingURL=formatModuleName.d.ts.map