export default interface ILaravelPlatformConfig {
    routeCache?: boolean;
    configCache?: boolean;
    buildAssets?: boolean;
}
