/** * Shared utilities for platform configurators. * * Extracted here to avoid circular dependencies (index.ts imports configurators, * configurators cannot import from index.ts). */ /** * Resolve platform-specific placeholders in template content. * Used by both init (configurators) and update (collectTemplates in index.ts). */ export declare function resolvePlaceholders(content: string): string; //# sourceMappingURL=shared.d.ts.map