export declare function getDOMSnapshot({ domSnapshotsDir, testPath, testFullName }: {
    domSnapshotsDir: any;
    testPath: any;
    testFullName: any;
}): any;
