/**
 * A set of attribute names that are always read/written as camel case.
 */
export declare const camelCaseAttributes: Set<string>;
