import { type ExecutorContext } from '@nx/devkit'; import type { NormalizedExecutorOptions } from '../../../utils/schema'; import type { TypescriptInMemoryTsConfig } from './typescript-compilation'; export declare function getProcessedTaskTsConfigs(tasks: string[], tasksOptions: Record, context: ExecutorContext): Record; //# sourceMappingURL=get-tsconfig.d.ts.map