import type { Module, Options } from '../types.js'; export declare const RENOVATE_CONFIG_FILENAMES: string[]; export declare const renovateModule: ({ type }: Options) => Promise;