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