import type { Context, Next } from 'koa';
import type { Core } from '@strapi/types';
declare const registerAdminPanelRoute: ({ strapi }: {
    strapi: Core.Strapi;
}) => void;
export declare const serveStatic: (filesDir: any, koaStaticOptions?: {}) => (ctx: Context, next: Next) => Promise<void>;
export default registerAdminPanelRoute;
//# sourceMappingURL=serve-admin-panel.d.ts.map