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