export interface NativeAnalyticsBridgeContract { logMerchantEvent(name: string, metadata: { [key: string]: string; } | undefined): Promise; }