import { ILogger } from '../environment';
export declare function splitFormatDescriptor(logger: ILogger, option: string): string[];
