import type { Config } from '../interface'; /** * `validateConfig` is a pure function. It does not mutate * the config that is passed in. */ export default function validateConfig(config: Config): void;