import { ServiceManagerConfigType } from '../ServiceManager'; export declare type MiddlewareManagerConfigType = Partial<{ locations: string[]; middleware: ServiceManagerConfigType; }>;