import type { KnipConfig } from './types.ts'; export declare const defineConfig: (config: KnipConfig) => KnipConfig;