/**
 * BBS SDK - Types and utilities for building BBS apps
 *
 * This SDK provides all the interfaces and types that apps need to
 * implement to be compatible with the TT-BBS system.
 */
export * from './types';
export declare const SDK_VERSION = "1.0.0";
