import { NativePowerAuthIfc } from "./NativePowerAuthIfc"; export declare class NativePowerAuth implements NativePowerAuthIfc { callNative(name: string, ...args: any[]): Promise; }