export declare class GeocodeFixture {
    getCoords(): Promise<void>;
    getAddressWithCoords(): Promise<void>;
}
