import * as d from '../../../declarations';
export declare function parseCollectionManifest(config: d.Config, compilerCtx: d.CompilerCtx, buildCtx: d.BuildCtx, collectionName: string, collectionDir: string, collectionJsonStr: string): d.CollectionCompilerMeta;
export declare function parseCollectionDependencies(collectionManifest: d.CollectionManifest): string[];
export declare function parseGlobal(config: d.Config, compilerCtx: d.CompilerCtx, collectionDir: string, collectionManifest: d.CollectionManifest): d.Module;
export declare function parseBundles(collectionManifest: d.CollectionManifest): {
    components: string[];
}[];
