import type { ProviderConfiguration } from '../types';

const providers: ProviderConfiguration[] = [];

export default providers;
