export type { IRemoteFilesystemConnection } from "./agentHostFileSystemProvider.js"; /** * Scheme used for the in-memory plugin filesystem backing synced customizations. * * URIs under this scheme are served by a registered {@link InMemoryFileSystemProvider} * and are reachable by the agent host via `fetchContent`. */ export declare const SYNCED_CUSTOMIZATION_SCHEME = "vscode-synced-customization";