import type bootstrapTypes from "bootstrap"
declare global{
    // @ts-ignore
    const bootstrap: bootstrapTypes
}

export {}