export declare type TTransactionDate = string | number | Date;
export interface ITransactionDateInterface {
    date: TTransactionDate;
}
