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