import { IdlAccount } from './types';
export declare function renderAccountProviders(accounts?: IdlAccount[]): string;
