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