import type * as Merge from "../../../../api/index"; import * as core from "../../../../core"; import type * as serializers from "../../../index"; import { LocationTypeEnum } from "./LocationTypeEnum"; export declare const LocationLocationType: core.serialization.Schema; export declare namespace LocationLocationType { type Raw = LocationTypeEnum.Raw | string; }