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