import type { Category } from '../../../constants';
import { extractPackageFile } from './extract';
export { extractPackageFile };
export declare const url = "https://support.atlassian.com/bitbucket-cloud/docs/get-started-with-bitbucket-pipelines";
export declare const categories: Category[];
export declare const urls: string[];
export declare const defaultConfig: {
    managerFilePatterns: string[];
};
export declare const supportedDatasources: string[];
