export declare enum TransactionLogPublicTypeEnum {
    none = 0,
    All = 1,
    ByPayment = 2,
    BySponsor = 3
}
