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