export declare class PliTipoPeriodo { tperCodigo: number; tperNombre: string; tperNumMeses: number; tperFechaCreacion: string; tperFechaModificacion: string; constructor(); }