import { Fetcher } from '../../common/api'; import { ICreateDynamicBackgroundInputDto, IDynamicBackground } from '../types'; export declare const updateDynamicBackground: (fetcher: Fetcher, dynamicBackgroundId: string, dynamicBackground: Partial) => Promise;