/**
 * Searches for config file in the current and parent directories, up to a max depth of 64.
 * @returns {string | null} Absolute path to the first config file found, or null if none are found.
 */
export declare function findFirstConfigRecursive(): string | null;
export declare function loadConfigFromFile<T>(configPath: string): Promise<Partial<T>>;
//# sourceMappingURL=config.d.ts.map