import { Base, Type } from "./type";
/**
 * @hidden
 */
export declare class DescriptionPathEvaluatorResult extends Base {
    static $t: Type;
    a: any;
}
