declare module 'pagarme' { export namespace client { export namespace chargebacks { function find(opts: any, query: any): any; } } }