/**
 * Reads the config files from parent directories and return them from the most
 * parent'ish to the most child'ish.
 *
 * A config is a code file which may:
 * 1. Export an object.
 * 2. Export a function (sync or async) which returns an object.
 */
export declare function readConfigs(fileName: string, ...args: unknown[]): Promise<object[]>;
//# sourceMappingURL=readConfigs.d.ts.map