/** * Class that represents a LOV enpoint */ export declare class LovEndpoint { key: string; endpoint: string; constructor(key: string, endpoint: string); }