export declare type SamSessionErrorReason = 'COULD_NOT_REGISTER_SESSION' | 'MALFORMED_SESSION_ID' | 'UNKNOWN';
