import { selectedSmartfilterOptionsType } from '../api/rest/types'; export declare const convertOptionsToBase64: (options: selectedSmartfilterOptionsType | undefined) => string[] | undefined; export declare const convertAssetIdToBase64: (assetId: string) => string; export declare const toIdKey: (id: string) => string;