export declare type BaseBodyCupom = { cod?: string; discount?: number; startsAt?: string; expiresAt?: string | null; status?: string; };