export default interface RecapatchaInterface { init(): Promise; generateToken(action: any): Promise; }