import { EvmAgentKit } from "../../index"; /** * Get detailed and latest information about any topic using Perplexity AI. * @param agent BnbAgentKit instance * @param prompt Text description of the topic to get information about * @returns Object containing the generated information */ export declare function get_info(agent: EvmAgentKit, prompt: string): Promise; //# sourceMappingURL=get_info.d.ts.map