import { TwigxConfig } from './types.js'; export declare const DEFAULT_CONFIG: TwigxConfig; export declare function loadConfig(configPath: string): Promise<{ config: TwigxConfig; error?: Error; }>;