import type { ILogger } from '../environment'; import type { IConfiguration } from './types'; export declare function parseConfiguration(logger: ILogger, source: string, definition: Partial | string[] | string | undefined): Partial;