/**
 * Retrieves the Croissant URL for a given dataset ID and version number. Currently, we fetch the contents of a TableEntity
 * in Synapse prod that contains the Croissant URLs for all datasets.
 */
export declare function useGetCroissantUrl(datasetId: string, datasetVersionNumber: number): import("@tanstack/react-query").UseQueryResult<string | null, import("@sage-bionetworks/synapse-client").SynapseClientError>;
//# sourceMappingURL=useGetCroissantUrl.d.ts.map