import { Table } from '@uwdata/flechette'; interface Props { table: Table; row: number; } interface GraphTooltipMetaInfoData { labelPairs: Array<[string, string]>; functionFilename: string; functionSystemName: string; file: string; openFile: () => void; isSourceAvailable: boolean; locationAddress: bigint; mappingFile: string | null; mappingBuildID: string | null; inlined: boolean | null; timestamp: bigint | null; } export declare const useGraphTooltipMetaInfo: ({ table, row }: Props) => GraphTooltipMetaInfoData; export {}; //# sourceMappingURL=index.d.ts.map