import { Severity, CheckResult } from '../interface/Check.js';

declare function checkForPresenceContributing(severity: Severity, basePath: string, filetreePaths?: string[]): CheckResult;

export { checkForPresenceContributing };
