/**
 * @category Response
 */
export declare abstract class ApiResponse {
    /**
     * Original HTTP method
     */
    method: string;
    /**
     * Request URL
     */
    url: string;
    /**
     * Status number
     */
    status: number;
}
//# sourceMappingURL=api-response.d.ts.map