export declare function cloudAgentPublish(manifestPath: string, options: { published?: boolean; featured?: string; }): Promise; export declare function cloudAgentShow(slug: string): Promise; export declare function cloudAgentList(): Promise;