import { AppMasterConfig } from "@onebro/appmaster"; declare const server: (config: AppMasterConfig) => Promise; export { server }; export * from "./00-ob-auth"; export * from "./01-firstline"; export * from "./02-finavigator"; export * from "./03-swift-msgr"; export * from "./05-enginamor"; export * from "./06-one-to-one"; export * from "./07-sage-list"; export * from "./08-domino-down"; export * from "./09-cnd"; export * from "./config"; export * from "./utils";