import type { VovkSchema } from 'vovk'; import type { ProjectInfo } from '../get-project-info/index.mjs'; import type { BundleOptions } from '../types.mjs'; export declare function bundle({ projectInfo, fullSchema, cliBundleOptions, }: { projectInfo: ProjectInfo; fullSchema: VovkSchema; cliBundleOptions: BundleOptions; }): Promise;