export declare const transformKeys: string[];
export declare const isTransformKey: (key: string) => boolean;
