/** Auto renewal information */
export interface NicAutorenewInfos {
    /** Renewal active or not */
    active: boolean;
    /** give the last renew */
    lastRenew?: string;
    /** give the renewal day */
    renewDay: number;
}
//# sourceMappingURL=NicAutorenewInfos.d.ts.map