import { Context, Diagnostic } from '../interfaces';
declare const _default: (context: Context) => Diagnostic[];
/**
 * Rule which enforces the use of a `types` property over a `typings` property.
 *
 * @param context - The context object.
 * @returns A list of custom diagnostics.
 */
export default _default;
