/** * This function builds up the binary tree on startup from the indexdb. * Processes records in chunks to avoid blocking the main thread. */ export default function CreateConceptBinaryTreeFromIndexDb(): Promise;