export declare class ETypeDateNextPay { readonly id: number; readonly description: string; static readonly INICIO: ETypeDateNextPay; static readonly FIN: ETypeDateNextPay; private constructor(); static getArray(): ETypeDateNextPay[]; static getState(id: number): ETypeDateNextPay; }