import { ExecutorContext } from '@nx/devkit';
import { CompileSchema, CompileWithAngularConfigTargetSchema } from '../util/schema-base';
export declare function getAngularConfigTarget(options: CompileWithAngularConfigTargetSchema, _context: ExecutorContext): string | undefined;
export declare function getConfigFileLocationFromContext(options: CompileSchema, context: ExecutorContext): string;
export declare function getDocPageLoadersFileLocationFromContext(_options: CompileSchema, context: ExecutorContext): string;
