export declare type Cupom = { id: number; cod?: string | null; discount?: number | null; startsAt?: string | null; expiresAt?: string | null; status?: string | null; createdAt: string; updatedAt: string; deletedAt?: string | null; };