export declare class SearchContextUtils { static getReferenceAttributes(): Array getUserContext(userSysId?: string): Record static isReferenceAttribute(attrName?: string): boolean static isSysUserDotwalkFieldValid(field?: string): boolean constructor() }