/** Web SOL session information */
export interface BmcWebSolValue {
    /** Date on which the credentials will no longer be retrievable */
    expirationDate: string;
    /** URL of the Web SOL session */
    url: string;
}
//# sourceMappingURL=BmcWebSolValue.d.ts.map