import type * as Merge from "../../../../api/index"; import * as core from "../../../../core"; import type * as serializers from "../../../index"; import { UrlUrlType } from "./UrlUrlType"; export declare const Url: core.serialization.ObjectSchema; export declare namespace Url { interface Raw { created_at?: string | null; modified_at?: string | null; value?: string | null; url_type?: UrlUrlType.Raw | null; remote_was_deleted?: boolean | null; } }