import { type SynchronizeWebComponentArtifactsInput, type SynchronizeWebComponentArtifactsResult } from '../application/use-cases/synchronizeWebComponentArtifactsAsync'; /*** Wire Node filesystem operations into shared ZORA web reconciliation. */ export declare function synchronizeWebComponentArtifactsWithNodeAsync(input: SynchronizeWebComponentArtifactsInput): Promise; //# sourceMappingURL=synchronizeWebComponentArtifactsWithNodeAsync.d.ts.map