import { ServiceType } from "@excitare/cli-types"; import webpack from "webpack"; import { IConfiguration } from "."; export declare function createDevelopmentConfig(type: ServiceType, configuration: IConfiguration): webpack.Configuration; //# sourceMappingURL=development.d.ts.map