import { NedbStore } from '../store'; export { NedbStore as Store }; export declare function pathsToId(args: { store: NedbStore; }): Promise<{ total: number; }>;