import { UserSession } from '@esri/arcgis-rest-auth'; import { IHubRequestOptions } from '@esri/hub-common'; /** * Create a IHubRequestOptions object from * the UserSession * * @export * @param {UserSession} authentication * @param {*} templateDictionary * @returns {IHubRequestOptions} */ export declare function createHubRequestOptions(authentication: UserSession): Promise;