import { Provider } from './interface'; export declare function isProvider(provider: unknown): provider is Provider;