import type { Provider, ProviderName } from '../types/index.ts';
export declare const providers: {
    [T in ProviderName]: Provider<T>;
};
