/** * Bootstrap Scanfixes * * Creates config files (stack.yml, stackAuto.yml, stack.local.yml) and * ensures gitignore entries for sensitive files. These run first in the * factiii pipeline's fixes array so that other scanfixes can rely on * config files existing. */ import type { Fix } from '../../../../types/index.js'; export declare const bootstrapFixes: Fix[]; //# sourceMappingURL=bootstrap.d.ts.map