import { type CustomAgentProfile } from "./metadata.js"; export declare function listAccessibleCustomAgents(owner: string): Promise; export declare function findAccessibleCustomAgent(owner: string, identifier: string): Promise; //# sourceMappingURL=agents.d.ts.map