export interface OrderedServiceEntry { service: string; } export declare function insertDynamicServicesAfterServiceTree(staticServices: readonly T[], dynamicServices: readonly T[]): T[];