import { ExecutorContext } from '@nx/devkit'; export interface RunRemotesOptions { skipRemotes?: string[]; remoteConfigPath?: string; } export declare function runRemotes(options: RunRemotesOptions, context: ExecutorContext): Promise;