import IConsent from '../../Interfaces/Consent'; export default class Consent { static getMostRecentConsent: (ecommVersion?: string) => Promise; }