import { IBaseGeonameValue } from "../type-specific-interfaces/base-geoname-value";
import { UpdateValue } from "./update-value";
/**
 * @category Model V2
 */
export declare class UpdateGeonameValue extends UpdateValue implements IBaseGeonameValue {
    geoname: string;
    constructor();
}
