import type { ProjectInfo } from '../get-project-info/index.mjs'; export declare function writeMetaJson(schemaOutAbsolutePath: string, projectInfo: ProjectInfo): Promise;