import * as d from '../../declarations';
export declare function getDefaultBundles(config: d.Config, buildCtx: d.BuildCtx, cmps: d.ComponentCompilerMeta[]): d.ComponentCompilerMeta[][];
export declare function getUserConfigBundles(config: d.Config, buildCtx: d.BuildCtx, cmps: d.ComponentCompilerMeta[]): d.ComponentCompilerMeta[][];
