import type { Five } from '@realsee/five';
import type { Tag } from '../typings';
export declare function addDebugPoints(five: Five, tags: Tag[]): void;
