export declare const sanitizeJSON: (unsanitized: string) => string; export declare const getAttributes: (element: Element) => string; export declare const maybeRemoveTrailingComma: (str: string) => string;