BUPKIS
    Preparing search index...

    Variable SyncSnapshotAssertionsConst

    SyncSnapshotAssertions: readonly [
        AssertionFunctionSync<
            readonly [
                ZodUnknown,
                readonly [
                    "to match snapshot",
                    "to match the snapshot",
                    "to equal snapshot",
                    "to equal the snapshot",
                ],
                ZodNonOptional<ZodUnknown>,
            ],
            (actual: unknown, context: unknown) => void | AssertionFailure,
            readonly [
                ZodUnknown,
                PhraseLiteralChoiceSlot<
                    readonly [
                        "to match snapshot",
                        "to match the snapshot",
                        "to equal snapshot",
                        "to equal the snapshot",
                    ],
                >,
                ZodNonOptional<ZodUnknown>,
            ],
        >,
        AssertionFunctionSync<
            readonly [
                ZodUnknown,
                readonly [
                    "to match snapshot",
                    "to match the snapshot",
                    "to equal snapshot",
                    "to equal the snapshot",
                ],
                ZodNonOptional<ZodUnknown>,
                "with options",
                ZodObject<
                    { hint: ZodOptional<ZodString>; serializer: ZodOptional<ZodAny> },
                    $strip,
                >,
            ],
            (
                actual: unknown,
                context: unknown,
                options: { hint?: string; serializer?: any },
            ) => void | AssertionFailure,
            readonly [
                ZodUnknown,
                PhraseLiteralChoiceSlot<
                    readonly [
                        "to match snapshot",
                        "to match the snapshot",
                        "to equal snapshot",
                        "to equal the snapshot",
                    ],
                >,
                ZodNonOptional<ZodUnknown>,
                PhraseLiteralSlot<"with options">,
                ZodObject<
                    { hint: ZodOptional<ZodString>; serializer: ZodOptional<ZodAny> },
                    $strip,
                >,
            ],
        >,
    ] = ...

    Tuple of snapshot-related synchronous assertions.