import { ICustomProvider, IProviderBase, ProviderType } from '../../../providers/types/providerFactory.types'; export declare function getProvidersList(addedCustomProviders?: ICustomProvider[], allowedProviders?: ProviderType[] | null): IProviderBase[];