import type { ImmutabilityCache, ImmutabilityOverrides } from "is-immutable-type"; import ts from "typescript"; /** TODO: Open a PR for this once the other PR is accepted. */ export declare function isImmutableTypeWithPatches(program: ts.Program, type: ts.Type, overrides: ImmutabilityOverrides, cache: ImmutabilityCache): boolean; //# sourceMappingURL=patch.d.ts.map