import { SelectItem } from 'primeng/api'; export declare class NgxLambdaUtility { static getMemberNameFromExpression(callbackfn: string): string; static toSelectItems(items: T[], callbackfnValue: (value: T) => any, callbackfnLabel: (value: T) => any): SelectItem[]; }