import { ExchangeSchema } from '../../../types'; export interface Exchange { address: string; sell?: Array; sellSig?: Array; buy?: Array; buySig?: Array; metadata?: string; } export declare const ElementExchangeSchemas: Required, 'functions'>>;