import { Verbo } from "./verbo"; /** Spanish verb "comprar" */ export declare const comprar: Verbo;