import type { MLMLSpec } from '../types/index.js';
import type { Category } from '../types/permitted-structures.js';
export declare function getSelectorsByContentModelCategory(specs: MLMLSpec, category: Category): ReadonlyArray<string>;
