import SparqlAttribute from './SparqlAttribute';
export declare function getAttribute(rootReference: string, pointer: string): {
    nestedPath: string[];
    attribute: SparqlAttribute;
};
export default getAttribute;
