/**
 * Searches for all config files in the current and parent directories, up to a max depth of 64.
 * @returns {string[]} Array of absolute paths to the config files found.
 */
export declare function findConfig(): string | null | undefined;
export declare function loadConfigFromFile<T>(configPath: string): Promise<Partial<T>>;
//# sourceMappingURL=config.d.ts.map