/**
 * Utility Functions for LLM Integration
 *
 * This module provides helper functions and information for LLMs working
 * with the Circuit-Bricks library.
 */
import { QuickStartInfo, APIHelp, APIStatus } from './types';
/**
 * Get quick start information for LLMs new to Circuit-Bricks
 *
 * @returns Quick start guide and essential information
 */
export declare function getQuickStart(): QuickStartInfo;
/**
 * Get comprehensive API help for LLMs
 *
 * @returns Detailed API documentation and guidance
 */
export declare function getAPIHelp(): APIHelp;
/**
 * Get current API status and system information
 *
 * @returns Current status of the LLM API
 */
export declare function getAPIStatus(): APIStatus;
//# sourceMappingURL=utilities.d.ts.map