import { AccountStatementInfo, AccountStatementDetails, ContentFile } from "..";
type AccountStatementData = {
    info: AccountStatementInfo;
    details: AccountStatementDetails;
    content: ContentFile;
};
export type { AccountStatementData };
