export interface RecursivePopulatePluginConfig { maxDepth: number; maxLocale: number; } declare const _default: { default: RecursivePopulatePluginConfig; validator(config: Partial): void; }; export default _default;