import type { Category } from '../../../constants';
export { extractPackageFile } from './extract';
export declare const url = "https://learn.microsoft.com/azure/devops/pipelines";
export declare const categories: Category[];
export declare const defaultConfig: {
    managerFilePatterns: string[];
    enabled: boolean;
};
export declare const supportedDatasources: string[];
