export declare const noBlankChars: (str: string) => boolean;
export declare const isPatchProperty: (str: string) => boolean;
export declare const transformPatchPropertyKeys: (str: string) => string[];
