import { type SnapshotSerializer } from 'vitest';
export declare const attributesToRemovePatterns: string[];
export declare const attributesToClean: Record<string, RegExp[]>;
export declare function createNoNgAttributesSnapshotSerializer(): SnapshotSerializer;