import { DescriptorServiceHelperOptions } from "./packageObjectHelper"; export type ServiceHelperOptionsType = { servicePath: string; } & DescriptorServiceHelperOptions; export declare const serviceHelper: (options: ServiceHelperOptionsType) => Promise;