import type { ManifestSchema, ProjectPluginConfig } from '@ones-open/cli-utils'; export declare const generateManifestContent: () => Promise; export declare const printManifest: (manifestContent: ManifestSchema, pluginContent: ProjectPluginConfig) => Promise; //# sourceMappingURL=manifest.d.ts.map