export declare const useFleekAgentById: (id?: string) => import("./useFleekAgents").FleekAgent | undefined;
