export declare class ReverseGeocodeTestFixture {
    static MINNEAPOLIS_LAT_LONG: {
        lat: string;
        lon: string;
    };
    reverseGeocode(): Promise<void>;
    reverseGeocodeWithAddress(): Promise<void>;
}
