import { Consent } from './Consent'; export interface ConsentResults { results: Consent[]; } //# sourceMappingURL=ConsentResults.d.ts.map