declare module 'pagarme' { export namespace client { export namespace user { function all(opts: any, body: any): any; function create(opts: any, body: any): any; function current(opts: any): any; function destroy(opts: any, body: any): any; function find(opts: any, body: any): any; function redefinePassword(opts: any, body: any): any; function resetPassword(opts: any, body: any): any; function update(opts: any, body: any): any; function updatePassword(opts: any, body: any): any; } } }