import { DataItemInterface } from "..";
export declare function useDataItem(source: string, id: string): DataItemInterface;
