import { AllItemTypeArrays } from "@fjell/types"; export declare class AItemService { private pkType; private parentService; constructor(pkType: S, parentService?: AItemService); getPkType: () => S; getKeyTypes: () => AllItemTypeArrays; }