import { DevExecutorSchema } from './schema'; export default function runExecutor(options: DevExecutorSchema): Promise<{ success: boolean; }>;