import { UserSession } from '@esri/arcgis-rest-auth'; import { ISolutionResource, IResourceCopyResult } from '@esri/templates-common'; /** * Deploy the thumbnail from the resources to the * target item * * @export * @param {ISolutionResource[]} resources * @param {string} targetItemId * @param {UserSession} session * @return {*} {Promise} */ export declare function deployThumbnail(resources: ISolutionResource[], targetItemId: string, srcSession: UserSession, destSession: UserSession): Promise;