export declare const IN = "IN"; export declare const OUT = "OUT"; export declare type TransactionOrientation = typeof IN | typeof OUT;