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