declare const _default: ({ pkg, host, port, type, library }: {
    pkg: any;
    host: any;
    port: any;
    type: any;
    library: any;
}) => void;
export default _default;
