/**
 * Query Claude using the claude-code SDK
 */
export declare function askClaude(prompt: string): Promise<string>;
