import { IClient } from "../interface/client"; /** * Downloads and loads the native library. * @returns {Promise} */ export declare function load(): Promise;