import type { ResourceMapperField } from "n8n-workflow"; import type { TypeDefinition } from "../../helpers/property-definition"; export declare function mapTypeToResourceMapper(typeDef?: TypeDefinition): Partial;