export declare class HTTP { private readonly _name; private readonly _get; private readonly _post; constructor(HTTPJson: any); get name(): string; get get(): string; get post(): string; }