interface DataSourcesParams {
    socureDeviceId?: string;
    socureSessionToken?: string;
    isNeuroIdEnabled?: boolean;
    neuroIdSiteId?: string;
    iovationBlackboxId?: string;
    threatmetrixSessionId?: string;
    threatmetrixOrgId?: string;
    experianCrossCoreFraudNetHdim?: string;
    experianCrossCoreFraudNetJsc?: string;
    bioCatchCustomerSessionId?: string;
}
declare const getEmbeddedDataSources: ({ socureDeviceId, socureSessionToken, isNeuroIdEnabled, neuroIdSiteId, iovationBlackboxId, threatmetrixSessionId, threatmetrixOrgId, experianCrossCoreFraudNetHdim, experianCrossCoreFraudNetJsc, bioCatchCustomerSessionId, }?: DataSourcesParams) => Record<string, string | undefined>;
export default getEmbeddedDataSources;
