export namespace urlHandler { export { get }; } declare function get(url: any, options: any): Promise; export {}; //# sourceMappingURL=url_handler.d.ts.map