export declare function mobileAppiumTestingSkillMd(): string; export declare function mobileAppiumWdioConfigExample(): string; export declare function mobileAppiumSmokeSpecExample(): string; /** * Real, runnable project scaffold under \`test/mobile/\` — the same role for * this skill that \`generateSalesforcePlaywrightUtils()\` plays for the qa * profile's Playwright setup. Keyed by path relative to the project root * (not \`.setup-agents/skills/...\`); the caller writes these via FileWriter, * which already skips existing files unless \`--force\` is passed. */ export declare function generateMobileAppiumScaffold(): Record;