import { ServiceType } from "@excitare/cli-types"; import { IConfiguration } from "."; export declare type ModulePaths = ReturnType; export declare function resolveModulePaths(type: ServiceType, configuration: IConfiguration, dev: boolean): { reactDir: string | null; reactDomDir: string | null; entry: string[]; entryNextDir: string | null; entryGraphqlPath: string | null; entryServiceDir: string | null; configurationDir: string | null; cliConfigNextPath: string | null; cliConfigWebpackPath: string | null; clientNextPath: string | null; cliPath: string; graphqlPath: string | null; nextPath: string | null; clientDir: string | null; routesDir: string | null; nyckelAuthDir: string | null; nyckelExpressDir: string | null; nyckelManagementDir: string | null; nyckelSessionsDir: string | null; }; //# sourceMappingURL=modulePaths.d.ts.map