import type { Category } from '../../../constants';
import { extractPackageFile } from './extract';
export { extractPackageFile };
export declare const url = "https://tekton.dev/docs";
export declare const categories: Category[];
export declare const defaultConfig: {
    managerFilePatterns: never[];
};
export declare const supportedDatasources: string[];
