import { QueryClient, QueryFunctionContext, QueryKey } from "@tanstack/react-query"; import { GleanCore } from "../core.js"; import { RequestOptions } from "../lib/sdks.js"; import * as components from "../models/components/index.js"; export type GovernanceListfindingsexportsQueryData = components.ListDlpFindingsExportsResponse; export declare function prefetchGovernanceListfindingsexports(queryClient: QueryClient, client$: GleanCore, options?: RequestOptions): Promise; export declare function buildGovernanceListfindingsexportsQuery(client$: GleanCore, options?: RequestOptions): { queryKey: QueryKey; queryFn: (context: QueryFunctionContext) => Promise; }; export declare function queryKeyGovernanceListfindingsexports(): QueryKey; //# sourceMappingURL=governanceListfindingsexports.core.d.ts.map