import { Descriptor, SectionDescriptor } from '../types';
export declare function isSection(arr: Descriptor[]): arr is SectionDescriptor[];
