import type { RepoPreflightConfig } from "../types"; export declare function validateConfig(input: unknown): RepoPreflightConfig;