export declare class HttpHepler { static snakeToHump(target: T, depth?: number): T; private static _snakeToHump; static humpToSnake(target: T, depth?: number): T; private static _humpToSnake; }