import type { CustomDataMap } from '../core/CoreNode.js';
export declare function santizeCustomDataMap(d: CustomDataMap): CustomDataMap;
