import { UInt64 } from '../UInt64'; /** * Mosaic address restriction structure describes restriction information for an mosaic. */ export declare class MosaicAddressRestrictionItem { readonly key: UInt64; readonly restrictionValue: UInt64; constructor(key: UInt64, restrictionValue: UInt64); }