import { ToolingPackage } from '../../../internal'; /*--------------------------------------------------------------------------------------------- * Copyright (c) Dolittle. All rights reserved. * Licensed under the MIT License. See LICENSE in the project root for license information. *--------------------------------------------------------------------------------------------*/ export let a_tooling_package: ToolingPackage = { description: 'Description', name: 'Name', version: '1.0.0', keywords: [], dolittle: { tooling: '1.*' } };