import { Config } from '../types';
export declare function findMissingKeys(inlineConfig: Config): void;
