export declare class LocationUtil {
    static removeHouseNumberFromStreetName(streetName: string, houseNumber: string): string;
}
