/** * Represents an error that occurs when a chain is not supported. * * @example * ```typescript * throw new UnsupportedChainError() * ``` */ export declare class UnsupportedChainError extends Error { }