export declare const DOMAIN: {
    readonly SEA: "DOMAIN_SEE";
    readonly LAND: "DOMAIN_LAND";
};
