import { ComponentBundle } from "../api"; import { ComponentConfig, PlasmicContext, ProjectConfig } from "./config-utils"; export declare function syncRscFiles(context: PlasmicContext, project: ProjectConfig, bundle: ComponentBundle, compConfig: ComponentConfig, opts: { shouldRegenerate: boolean; }): Promise;