import { FSProvider, RemoteProvider } from '@chix/common'; export declare function isRemoteProvider(provider: FSProvider | RemoteProvider): boolean;