export declare const WPSCLI_SKILL_IDENTITY_CLOUD = "wpscli-cloud"; export declare const WPSCLI_SKILL_IDENTITY_LOCAL = "wpscli-local"; export type SkillReplaceAction = "replace" | "confirm"; export declare function parseSkillIdentity(skillContent: string): string | undefined; export declare function resolveSkillReplaceAction(existingIdentity: string | undefined, hasExistingFile: boolean): SkillReplaceAction;