import { type getOrCreateInstance } from './interface/getOrCreateInstance'; declare module 'bootstrap.native' { namespace Alert { let getOrCreateInstance: getOrCreateInstance; } namespace Button { let getOrCreateInstance: getOrCreateInstance