export declare class HTTPResponse { status: number; data: any | string | null; constructor(data: any, status: number); }