import type { Pattern } from '../../stringify'; import type { Construct } from 'micromark-util-types'; export declare const directiveContainer: (pattern: Pattern) => Construct;