import { ExtractedVariables } from '../types'; /** * Extract all variables from a template directory * @param templateDir - Path to the template directory * @returns Extracted variables including file replacers, content replacers, and project questions */ export declare function extractVariables(templateDir: string): Promise;