import { Patch, PatchReplacement, ReplaceFn } from "./types"; export declare function canonicalizeMatch(match: T): T; export declare function canonicalizeReplace(replace: T, pluginPath: string): T; export declare function canonicalizeDescriptor(descriptor: TypedPropertyDescriptor, canonicalize: (value: T) => T): TypedPropertyDescriptor; export declare function canonicalizeReplacement(replacement: Pick, pluginPath: string): void; export declare function canonicalizeFind(patch: Patch): void;