export declare class MockUserAction { static BuyShares(n: number, sym: string, userId: string): Promise; static SellShares(n: number, sym: string, userId: string): Promise; static SellAllShares(sym: string, userId: string): Promise; } //# sourceMappingURL=MockUserAction.d.ts.map