import { OwlBoardClient } from "./lib/client"; declare global { namespace App { interface Locals { api: OwlBoardClient; } } } export {};