import { UserSession } from '@esri/arcgis-rest-auth'; import { IResource } from '@esri/templates-common'; /** * Returns all the resources for an item * * Handle paging internally and returns a flat array of `IResource`s * * @export * @param {string} id * @param {UserSession} session * @return {*} {Promise} */ export declare function getAllResources(id: string, session: UserSession): Promise;