import { type PackageJson } from '@knapsack/file-utils'; export declare function testPkgJson({ pkgPath, pkgJson, }: { pkgPath: string; pkgJson: PackageJson; }): Promise; export declare const testPkgJsonCreator: import("@knapsack/creator-utils").Creator<{ path: { type: "text"; }; }, import("@knapsack/creator-utils").KsAnswers<{ path: { type: "text"; }; }>>; export declare const testMonorepoPkgsJsonCreator: import("@knapsack/creator-utils").Creator<{}, import("@knapsack/creator-utils").KsAnswers<{}>>; //# sourceMappingURL=test-pkg-json.d.ts.map