import type { DocsyncConfig } from "./types.js"; export declare const DEFAULT_DOCSYNC_PATH: string; /** Load and normalise the docsync config, applying env + defaults. */ export declare function loadDocsyncConfig(path?: string, env?: NodeJS.ProcessEnv): DocsyncConfig;