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