import { ESTADO_CIVIL } from '../types/estado-civil.enum';
export declare const ESTADO_CIVIL_LISTA: ESTADO_CIVIL[];
