import { AiAgentReference } from './aiAgentReference.js';
import { AiAgentAsk } from './aiAgentAsk.js';
import { SerializedData } from '../serialization/json.js';
export type AiAskAgent = AiAgentReference | AiAgentAsk;
export declare function serializeAiAskAgent(val: any): SerializedData;
export declare function deserializeAiAskAgent(val: SerializedData): AiAskAgent;
//# sourceMappingURL=aiAskAgent.d.ts.map