import { type Stringifyable } from "./Stringifyable"; export declare function canonicalStringify(params: { data: Record | Stringifyable[]; referenceData: Record | Stringifyable[]; }): string;