import type { Strapi, Server } from '@strapi/types';
declare const createServer: (strapi: Strapi) => Server;
export { createServer };
//# sourceMappingURL=index.d.ts.map