import { MosaicAddressRestriction } from './MosaicAddressRestriction'; import { MosaicGlobalRestriction } from './MosaicGlobalRestriction'; /** * A mosaic restriction could be global or targeted to an address. */ export declare type MosaicRestriction = MosaicAddressRestriction | MosaicGlobalRestriction;