export { extractPackageFile } from './extract'; export { updateArtifacts } from './artifacts'; export declare const language = "python"; export declare const defaultConfig: { fileMatch: string[]; };