import type { RegistryItem } from "shadcn/registry";
import type { Style } from "../../types";
export declare const updateFiles: (registryItem: RegistryItem, options: {
    registryBasePath: string;
    baseUrl: string;
    style: Style;
}) => Promise<RegistryItem>;
//# sourceMappingURL=update-files.d.ts.map