import { Bot } from "./Bot.js"; export declare function botica(): Promise; export { Bot }; export * from "./shutdown/ShutdownHandler.js"; export * from "./shutdown/ShutdownRequest.js"; export * from "./shutdown/ShutdownResponse.js"; export * from "./shutdown/ShutdownRequestHook.js";