/** * Pre-flight Validation Scanfixes * * Blocks downstream fixes when stack.yml still contains EXAMPLE_ placeholder values. * Must run before all other scanfixes to prevent wasted time on bad config. */ import type { Fix } from '../../../../types/index.js'; export declare const preflightFixes: Fix[]; //# sourceMappingURL=preflight.d.ts.map