export type SPLSyntax = Record; export declare const memoizedFetchBNF: ((parseSyntax: boolean) => Promise) & import("lodash").MemoizedFunction; /** * Fetch search syntax in Backus-Naur form from Splunk instance and optionally then convert it * to a friendlier JSON syntax, else use the default SPL syntax from `@splunk/dashboard-utils` * @param {boolean} [arg0.parseSyntax = true] Whether or not to parse the syntax configuration * @returns {object} Search BNF for consumption by `@splunk/react-search` components */ export declare const useSearchBNF: ({ parseSyntax, }?: { parseSyntax?: boolean; }) => SPLSyntax; //# sourceMappingURL=useSearchBNF.d.ts.map