import { Diagnostic, Context } from '../interfaces';
/**
 * Get a list of custom diagnostics within the current context.
 *
 * @param context - The context object.
 * @returns List of diagnostics
 */
declare const _default: (context: Context) => Diagnostic[];
export default _default;
