// auto-generated by elc --emit-header — do not edit extern fn cop_str_ends(s: String, suf: String) -> Bool extern fn cop_str_len(s: String) -> Int extern fn cop_drop(s: String, n: Int) -> String extern fn cop_last_char(s: String) -> String extern fn cop_slot(person: String, number: String) -> Int extern fn cop_subject_prefix(person: String, number: String) -> String extern fn cop_subject_prefix_gendered(person: String, gender: String, number: String) -> String extern fn cop_copula_particle(gender: String, number: String) -> String extern fn cop_shwpe_present(prefix: String) -> String extern fn cop_shwpe_perfect(prefix: String) -> String extern fn cop_shwpe_future(prefix: String) -> String extern fn cop_bwk_present(prefix: String) -> String extern fn cop_bwk_perfect(prefix: String) -> String extern fn cop_bwk_future(prefix: String) -> String extern fn cop_nau_present(prefix: String) -> String extern fn cop_nau_perfect(prefix: String) -> String extern fn cop_nau_future(prefix: String) -> String extern fn cop_jw_present(prefix: String) -> String extern fn cop_jw_perfect(prefix: String) -> String extern fn cop_jw_future(prefix: String) -> String extern fn cop_di_present(prefix: String) -> String extern fn cop_di_perfect(prefix: String) -> String extern fn cop_di_future(prefix: String) -> String extern fn cop_is_copula(verb: String) -> Bool extern fn cop_known_verb_prefixed(verb: String, tense: String, prefix: String) -> String extern fn cop_regular_present(prefix: String, stem: String) -> String extern fn cop_regular_perfect(prefix: String, stem: String) -> String extern fn cop_regular_future(prefix: String, stem: String) -> String extern fn cop_conjugate(verb: String, tense: String, person: String, number: String) -> String extern fn cop_article(gender: String, number: String, definite: String) -> String extern fn cop_decline(noun: String, gram_case: String, number: String) -> String extern fn cop_noun_phrase(noun: String, gram_case: String, number: String, definite: String) -> String extern fn cop_noun_phrase_gendered(noun: String, gram_case: String, number: String, definite: String, gender: String) -> String extern fn cop_map_canonical(verb: String) -> String