export interface CapabilityGuide { feature: string; summary: string; kotlin: string; swift: string; gotchas: string[]; relatedExamples: string[]; } export declare const CAPABILITY_GUIDES: Record; export declare const CAPABILITY_GUIDE_FEATURES: string[]; //# sourceMappingURL=capabilityPatterns.d.ts.map