import { NodeList, FormatOptions } from '.';
export declare const stringifySync: (list: NodeList, options: FormatOptions) => string;
