interface ApiMethod { api: string; method: string; method_name?: string; params?: string[]; is_object?: boolean; } declare const methods: ApiMethod[]; export default methods;