export * from "./constants";
export * from "./NanoRepository";
export * from "./types";
export * from "./adapter";
/**
 * @description A TypeScript module for interacting with Nano databases
 * @summary This module provides a set of utilities, classes, and types for working with Nano databases. It includes repository patterns, adapters, and type definitions to simplify database operations.
 * @module for-nano
 */
/**
 * @description Package version identifier
 * @summary Stores the current package version string for the for-nano module
 * @const VERSION
 * @memberOf module:for-nano
 */
export declare const VERSION = "0.1.6";
