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