import type { PendingJob } from '../types'; export default function createThemeUpdateJob(themeId: string, replaceSettings: boolean): Promise;