import type { CommonOptions } from "./types.js"; export declare const runValidate: (options: CommonOptions & { fix?: boolean; }) => Promise;