type OwnPropertyType = { services?: Array<() => void>; }; export declare const ServiceInjector: ({ services }: OwnPropertyType) => null; export {};