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