export declare function areSameRawContent(content1: string | undefined | null, content2: string | undefined | null): boolean;