export declare class CapabilitiesResponseDocument { private readonly _location; constructor(responseDocumentJson: any); get location(): string; }