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