import * as d from '../../../declarations';
export declare function parseCollection(config: d.Config, compilerCtx: d.CompilerCtx, buildCtx: d.BuildCtx, pkgJsonFilePath: string, pkgData: d.PackageJsonData): d.CollectionCompilerMeta;
