import { MemberSection } from '../../types/index.js';
export declare function isNoneSection(section: MemberSection): boolean;
