import { Observable } from 'rxjs'; import { ILDOptions } from '../ldaccess/ildoptions'; import { ILDWebResource } from '../ldaccess/ildresource'; export declare class LDOptionsAPI { getLDOptions(targetUrl: string): Observable; postLDOptions(uploadData: ILDOptions, targetUrl: string): Observable; }