export function buildFloatingCommentInstances({ comment, positionKey, positionEntry, fallbackId }: { comment: any; positionKey: any; positionEntry: any; fallbackId: any; }): ({ id: string; threadId: any; comment: any; positionKey: any; pageIndex: any; isPrimary: boolean; positionEntry: any; } | null)[] | { id: any; threadId: any; comment: any; positionKey: any; positionEntry: any; pageIndex: number | null; isPrimary: boolean; }[]; //# sourceMappingURL=floating-comment-instances.d.ts.map