/** * Error thrown when an InteroperableName string is invalid. * Formats the error message appropriately based on whether it's already formatted or just an address. */ export declare class InvalidInteroperableName extends Error { constructor(messageOrAddress: string); } //# sourceMappingURL=InvalidInteroperableName.exception.d.ts.map