import type { AttributesExtension } from './types.js';
export declare function micromarkAttributes(options?: {
    escaped: boolean;
}): AttributesExtension;
