export declare function getConfigAbsolutePaths({ cwd, configPath, relativePath, }: { cwd: string; configPath?: string; relativePath?: string; }): Promise;