import type { ExecutorContext } from '@nx/devkit'; import type { DeployNetlifySnapshotExecutorSchema } from './schema'; export default function deployNetlifySnapshotExecutor(options: DeployNetlifySnapshotExecutorSchema, ctx: ExecutorContext): Promise<{ success: boolean; } | AsyncIterableIterator<{ success: boolean; }>>;