import { IdlError } from './types';
export declare function renderErrors(errors: IdlError[]): string | null;
