import { Server } from "../../../../server"; import { BmaApi, NetworkInterface } from "./network"; export declare const bma: (server: Server, interfaces: NetworkInterface[] | null, httpLogs: boolean, logger: any) => Promise;