declare module 'pagarme' { export namespace client { export namespace antifraudAnalyses { function create(opts: any, body: any): any; function find(opts: any, body: any): any; } } }