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