import type { PendingJob } from '../types';
export default function createThemeImportJob(brandId: string): Promise<PendingJob>;
