export interface NativePowerAuthIfc { callNative(...args: any[]): Promise; }