import { DomElement } from '../../parse5/dom-models';
export declare function quoteTagToChar(node: DomElement): string;
export declare function quoteTypeToChar(node: DomElement): string;
export declare function quoteCharToTag(char: string): string;
export declare function quoteTypeToTag(type: string): string;
