import type * as Merge from "../../../../api/index"; import * as core from "../../../../core"; import type * as serializers from "../../../index"; import { AssociationAssociationType } from "./AssociationAssociationType"; export declare const Association: core.serialization.ObjectSchema; export declare namespace Association { interface Raw { created_at?: string | null; modified_at?: string | null; source_object?: string | null; target_object?: string | null; association_type?: AssociationAssociationType.Raw | null; } }