export interface NativeUserBridgeContract { getUserDetails(attributes: string[]): Promise; }