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

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

export { checkForPresenceSecurity };
