/** * Scaffold a .rlmx/ directory with template files. * Returns list of files that were created. */ export declare function scaffold(dir: string, template?: string): Promise; /** * Check if config needs scaffolding (no .rlmx/rlmx.yaml). */ export declare function needsScaffold(dir: string): Promise; //# sourceMappingURL=scaffold.d.ts.map