import type { ProjectInfo } from '../get-project-info/index.mjs'; /** * Ensure that the schema files are created to avoid any import errors. */ export declare function ensureSchemaFiles(projectInfo: ProjectInfo, schemaOutAbsolutePath: string, segmentNames: string[]): Promise; export declare const debouncedEnsureSchemaFiles: import("lodash").DebouncedFunc;