import HtmlEndpoint from './../../src/endpoint/html';
declare class HtmlInstanceDetailsEndpoint extends HtmlEndpoint> {
protected process(): Promise;
private fetchNode;
private fetchTypeNode;
private renderNode;
private buildFieldInputs;
private buildFieldInputForKey;
}
export default HtmlInstanceDetailsEndpoint;