import type { ConfigSource } from "./types.js"; export declare function readProjectConfigFile(rigTomlPath: string): Promise;