export interface IApimlServiceAuthentication {
    scheme: string;
    applid: string;
    supportsSso: boolean;
}
//# sourceMappingURL=IApimlServiceAuthentication.d.ts.map