export declare function mountedAgentPublish(manifestPath: string, options: { publish?: boolean; published?: boolean; featured?: string; team?: string; }): Promise; export declare function mountedAgentShow(slug: string): Promise; export declare function mountedAgentList(): Promise; export declare function mountedAgentFork(templateSlug: string, options: { team?: string; slug?: string; outputDir?: string; }): Promise; export declare function mountedAgentMount(imprintSlug: string, options: { team?: string; name?: string; }): Promise; export declare function mountedAgentMounts(): Promise; export declare function mountedAgentMountRename(mountId: string, newName: string): Promise; export declare function mountedAgentUnmount(mountId: string): Promise; export declare function mountedAgentUnpublish(slug: string): Promise; export declare function mountedAgentPublishToggle(slug: string): Promise; export declare function mountedAgentSetFeatured(slug: string, weightArg: string): Promise; export declare function mountedAgentSetDisplay(slug: string, options: { displayName?: string; tagline?: string; description?: string; capability?: string[]; }): Promise; export declare function mountedAgentDelete(slug: string, options: { force?: boolean; }): Promise;