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