import { INestApplication } from '@nestjs/common'; export declare function runCronJobByName(app: INestApplication, name: string): Promise;