import type { VitePreviewSchema } from './schema'; import type { ExecutorContext } from '@nrwl/devkit'; export default function runExecutor(schema: VitePreviewSchema, context: ExecutorContext): AsyncIterableIterator;