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