import type { Core } from '@strapi/strapi';
export declare function getService({ strapi, name, plugin, }: {
    strapi: Core.Strapi;
    name: string;
    plugin?: string;
}): Core.Service;
export declare function resolveValue({ value, args }: {
    value: any;
    args: any;
}): Promise<any>;
