import { ModelObject, FieldType, FlexbundleApi } from "../../../core/FlexDictionary"; export declare class LookupHelper { private static fieldsCache; private workspaceId; private api; private workspace; constructor(workspaceId: string, api: FlexbundleApi); build(): Promise; fields(): FieldType[]; search(keywords: string, limit?: number, offset?: number): Promise; count(keywords: string): Promise; add(): void; } export declare module Labels { const searchTabTitle: () => any; const searchPlaceholder: () => any; const modalTitle: () => any; const addLabel: () => any; const saveLabel: () => any; }