import { ToolingPackage } from '../internal'; /** * Whether or not this boilerplate package is compatible with the tooling version * * @export * @param {BoilerplatePackage} pkgJson */ export declare function packageIsCompatible(pkgJson: ToolingPackage, toolingPackage: any): boolean;