import type { Core } from '@strapi/types';
export declare const getService: (name: string, { strapi }?: {
    strapi: Core.Strapi;
}) => Core.Service;
declare const _default: {
    getService: (name: string, { strapi }?: {
        strapi: Core.Strapi;
    }) => Core.Service;
};
export default _default;
//# sourceMappingURL=index.d.ts.map