import type { TraceType } from "@refinedev/devtools-shared";
import type { MutationKey, QueryKey } from "@tanstack/react-query";
export declare const createIdentifier: (key?: QueryKey | MutationKey, trace?: TraceType[]) => string;
//# sourceMappingURL=create-identifier.d.ts.map