import { Converter } from '../interfaces';
export declare function splitConverter(separator: string): Converter;
