import { Options, ConceptValue, ResultResponse, QuestionResponse } from "./domain"; export declare function query(baseURL: string, sessionID: string, subject: ConceptValue | undefined, relationship: string, object?: ConceptValue | undefined, options?: Options): Promise;