import { ServiceType } from "@excitare/cli-types"; import { ModulePaths } from "../modulePaths"; export declare function createAliases(type: ServiceType, modulePaths: ModulePaths, prefix: string): { [key: string]: string | undefined; }; //# sourceMappingURL=aliases.d.ts.map