import { type Container } from 'inversify'; import { type Server } from '../../../models/Server.js'; export declare function buildFastifyServer(container: Container): Promise; //# sourceMappingURL=buildFastifyServer.d.ts.map