/** @format */
/**
 * An Error thrown when there was a problem in the library.
 */
export declare class LibError extends Error {
    /**
     * Converts the error to a string representation.
     * @returns {string} The string representation of the error.
     */
    toString(): string;
}
