import { QueryClient, QueryFunctionContext, QueryKey } from "@tanstack/react-query"; import { GleanCore } from "../core.js"; import { RequestOptions } from "../lib/sdks.js"; export type ClientGovernanceDataReportsDownloadQueryData = string; export declare function prefetchClientGovernanceDataReportsDownload(queryClient: QueryClient, client$: GleanCore, id: string, options?: RequestOptions): Promise; export declare function buildClientGovernanceDataReportsDownloadQuery(client$: GleanCore, id: string, options?: RequestOptions): { queryKey: QueryKey; queryFn: (context: QueryFunctionContext) => Promise; }; export declare function queryKeyClientGovernanceDataReportsDownload(id: string): QueryKey; //# sourceMappingURL=clientGovernanceDataReportsDownload.core.d.ts.map