/** * This file was auto-generated by Fern from our API Definition. */ import * as serializers from "../../../index"; import * as Flatfile from "../../../../api/index"; import * as core from "../../../../core"; import { MappingId } from "../../commons/types/MappingId"; import { UserId } from "../../commons/types/UserId"; import { MappingRuleConfig } from "./MappingRuleConfig"; export declare const MappingRule: core.serialization.ObjectSchema; export declare namespace MappingRule { interface Raw extends MappingRuleConfig.Raw { id: MappingId.Raw; confidence?: number | null; createdBy?: UserId.Raw | null; createdAt: string; updatedAt: string; deletedAt?: string | null; } }