import { ExampleOrRefObject, RefUuidMap, UUIDObjectHashMap, HashedNodeMap, UUID } from './types/index.js';
export declare const mapExample: ({ example, refUuidMap, uuidObjectHashMap, hashedNodeMap, uuid, }: {
    example: ExampleOrRefObject;
    refUuidMap: RefUuidMap;
    uuidObjectHashMap: UUIDObjectHashMap;
    hashedNodeMap: HashedNodeMap;
    uuid: UUID;
}) => void;
