declare const _default: (url: string) => {
    authorization: string | null;
    hostname: string;
    port: number;
};
export default _default;
