import { GuidValue } from "@omnia/fx-models"; import { AppAuthenticationOptions } from "../../fx/models"; export declare class AppAuthenticationOptionsService { private httpClient; private appService; private featureStore; private readonly baseUrl; update: (appInstanceId: GuidValue, options: AppAuthenticationOptions) => Promise; get: (appInstanceId: GuidValue) => Promise; }