type ListSkillCommandsForAgents = typeof import("openclaw/plugin-sdk/command-auth").listSkillCommandsForAgents;
export declare function listSkillCommandsForAgents(...args: Parameters<ListSkillCommandsForAgents>): ReturnType<ListSkillCommandsForAgents>;
export {};
