import { Attrs } from '../types';
export declare const attrKeys: import("../types").AttrType[];
export declare const getAttrsStr: (text: unknown) => Attrs;
