import { ChecksumBundle, ImageBundle } from "../api"; import { FixImportContext } from "../utils/code-utils"; import { PlasmicContext } from "../utils/config-utils"; export declare function syncProjectImageAssets(context: PlasmicContext, projectId: string, branchName: string, version: string, imageBundles: ImageBundle[], checksums: ChecksumBundle): Promise; export declare function ensureImageAssetContents(bundles: ImageBundle[]): Promise; export declare function fixComponentCssReferences(context: PlasmicContext, fixImportContext: FixImportContext, cssFilePath: string): Promise; export declare function fixComponentImagesReferences(context: PlasmicContext, fixImportContext: FixImportContext, renderModuleFilePath: string): Promise;