import { AvatarCoreDriver } from './AvatarCore/AvatarCore.uni.driver'; export interface AvatarUniDriver extends AvatarCoreDriver { clickIndication: () => Promise; clickCustomIndication: () => Promise; indicationExists: () => Promise; isLoading: () => Promise; customIndicationExists: () => Promise; }