import { ChainObject } from "./ChainObject"; export declare class TokenSwapRequestOfferedBy extends ChainObject { static INDEX_KEY: string; offeredBy: string; swapRequestId: string; } //# sourceMappingURL=TokenSwapRequestOfferedBy.d.ts.map