declare const ensureExchangeMethodAllowed: (address: any, method: any, environment: any) => Promise<void>;
export { ensureExchangeMethodAllowed };
