type BuildCommandTextFromArgs = typeof import("openclaw/plugin-sdk/command-auth").buildCommandTextFromArgs; type FindCommandByNativeName = typeof import("openclaw/plugin-sdk/command-auth").findCommandByNativeName; type ListNativeCommandSpecsForConfig = typeof import("openclaw/plugin-sdk/command-auth").listNativeCommandSpecsForConfig; type ParseCommandArgs = typeof import("openclaw/plugin-sdk/command-auth").parseCommandArgs; type ResolveCommandArgMenu = typeof import("openclaw/plugin-sdk/command-auth").resolveCommandArgMenu; export declare function buildCommandTextFromArgs(...args: Parameters): ReturnType; export declare function findCommandByNativeName(...args: Parameters): ReturnType; export declare function listNativeCommandSpecsForConfig(...args: Parameters): ReturnType; export declare function parseCommandArgs(...args: Parameters): ReturnType; export declare function resolveCommandArgMenu(...args: Parameters): ReturnType; export {};