/**
 * Initialize and test BTP connectivity
 * @returns {Promise<void>}
 */
export function init(): Promise<void>;
