import { PepSmartFilterType } from '@pepperi-addons/ngx-lib/smart-filters'; export declare class PepQueryBuilderTypeMap { private map; constructor(); private loadTypes; /** * Converts legacy field type to smart filter type * @param type legacy type * @returns smart filter field type */ getSmartFilterType(key: string): PepSmartFilterType | null; }