import { IContext } from "../_context"; /** returns true if the parent's target name matches the parameter */ export declare function named(name: string): (ctx: IContext) => boolean;