import type { ProgramMembershipStatement } from '@farfetch/blackout-client'; export type StatementEntity = ProgramMembershipStatement; export type StatementsEntity = Record | undefined;