export { updateArtifacts } from './artifacts';
export { extractPackageFile } from './extract';
export { updateDependency } from './update';
export declare const url = "https://copier.readthedocs.io";
export declare const defaultConfig: {
    managerFilePatterns: string[];
    versioning: string;
};
export declare const supportedDatasources: string[];
