export declare const splitStreetViaRomanNumerals: (input: string) => string[];
