export namespace urlHandler { export { get }; } declare function get(url: any, options: any, cb: any): any; export {};