import type { ts, Shape, Plugin, Result } from '@servicenow/sdk-build-core'; import type { Project } from '../project'; export declare class Targeter { private readonly project; constructor(project: Project); getTarget(shape: Shape, ...plugins: Plugin[]): Promise>; }