import type { UserTransaction } from './UserTransaction';
export declare type Transaction_UserTransaction = ({
    type: string;
} & UserTransaction);
//# sourceMappingURL=Transaction_UserTransaction.d.ts.map