export declare function needsQuotes(str: string): boolean; export declare function wrapAttribute(name: string): string; export declare function wrapKeyName(name: string): string;