import type { ExecutorContext } from '@nx/devkit';
import type { ExecutorOptions, NormalizedExecutorOptions } from '../../../../utils/schema';
export declare function normalizeTasksOptions(inputs: Record<string, ExecutorOptions>, context: ExecutorContext): Record<string, NormalizedExecutorOptions>;
