export declare function adminMountedAgentList(): Promise; export declare function adminMountedAgentShow(slug: string): Promise; export declare function adminMountedAgentUnpublish(slug: string): Promise; export declare function adminMountedAgentSetFeatured(slug: string, weightArg: string): Promise; export declare function adminMountedAgentSessions(slug: string): Promise;