export declare function getDocElAttribute(key: string): string | null | undefined; export declare function setDocElAttribute(key: string, value: any): void;