/** * Attempt to import optional third-party dependency dynamically for ESM module, and show an error in the console if that fails. * @param packageName * @param type * @returns */ export declare function importDependencyInternal(packageName: string, type: string): Promise;