/** * DNS Dev Stage Fixes * * Checks that domains configured in stack.yml resolve to the expected targets. * Does NOT call any DNS provider API — just does local DNS lookups and compares * against the expected values cached in stackAuto.yml. * * If a mismatch is found, tells the user to update their DNS provider manually. * The fix function offers to acknowledge the warning so it stops appearing. */ import type { Fix } from '../../../../types/index.js'; export declare const dnsFixes: Fix[]; //# sourceMappingURL=dev.d.ts.map