import type { SharedLibraryConfig } from '../../utils';
export declare function applyDefaultEagerPackages(sharedConfig: Record<string, SharedLibraryConfig>): void;
