declare enum Adapter {
    Static = "static",
    Ssr = "ssr"
}

export { Adapter };
