import type { Category } from '../../../constants';
export { updateArtifacts } from './lockfile';
export { updateLockedDependency } from './lockfile/update-locked';
export { extractPackageFile } from './extract';
export declare const supportsLockFileMaintenance = true;
export declare const url = "https://developer.hashicorp.com/terraform/docs";
export declare const categories: Category[];
export declare const defaultConfig: {
    commitMessageTopic: string;
    managerFilePatterns: string[];
    pinDigests: boolean;
};
export declare const supportedDatasources: string[];
