import { z } from 'zod'; import type { def } from '#src/schema/creator/index.js'; export declare const createEmbeddedRelationTransformerSchema: import("#src/schema/creator/index.js").DefinitionSchemaCreatorWithSlots>, { modelSlot: import("#src/references/index.js").DefinitionEntityType; }>; export type EmbeddedRelationTransformerConfig = def.InferOutput; export declare const BUILT_IN_TRANSFORMERS: import("./types.js").ModelTransformerType>, { modelSlot: import("#src/references/index.js").DefinitionEntityType; }>>[]; //# sourceMappingURL=built-in-transformers.d.ts.map