/**
 * Presentation layer exports.
 * Provides both CLI and API interfaces.
 */
export { CLIHandler, runCLI } from './cli';
export { APIHandler, soulseekDownload, soulseekDisconnect } from './api';
//# sourceMappingURL=index.d.ts.map