import { CurationTask } from '@sage-bionetworks/synapse-client';
/**
 * For a given CurationTask that could be used to create a GridSession, return the ID of the source entity that would be
 * used to create the GridSession.
 * @param curationTask
 */
export declare function getGridSourceIdForTask(curationTask: CurationTask): string;
//# sourceMappingURL=getGridSourceIdForTask.d.ts.map