export declare const RESERVED_NAME_REMAP: Record<string, string>;
export declare function applyReservedRemap(propName: string): string;
