import type { ICustomAttributes, ICustomAttributesEntities } from '../types/index.js';
export declare function toCustomAttributesEntities(customAttributes?: ICustomAttributes): ICustomAttributesEntities;
