import { Config, ScopeMap } from '../types'; export declare function buildKeys(config: Config): { scopeToKeys: ScopeMap; fileCount: number; };