import type * as Merge from "../../../../api/index"; import * as core from "../../../../core"; import type * as serializers from "../../../index"; import { UrlRequestUrlType } from "./UrlRequestUrlType"; export declare const UrlRequest: core.serialization.ObjectSchema; export declare namespace UrlRequest { interface Raw { value?: string | null; url_type?: UrlRequestUrlType.Raw | null; integration_params?: Record | null; linked_account_params?: Record | null; } }