export default PropertyPath;
declare class PropertyPath {
    constructor(input: any, arg: any);
    _inputEnriched: {
        input: any;
        parts: any;
        optional: boolean;
    };
    _property: ModelProperty;
    asString(): any;
    removeFirst(): void;
}
import ModelProperty from "./ModelProperty";
//# sourceMappingURL=PropertyPath.d.ts.map