import type { ArtifactSyncExecutionOptions, SyncEndpointClientOptions, SyncEndpointClientResult } from './metadata-core.js'; export declare function syncEndpointClientModule(options: SyncEndpointClientOptions, executionOptions?: ArtifactSyncExecutionOptions): Promise;