import './catalogue-OT89_Ifs.mjs'; import './elements-Bty6Qs_N.mjs'; declare function generateIdempotencyKey(prefix?: string): string; declare function intentIdempotencyKey(scope: string, fingerprint: string, storage?: Storage | null): string; declare function clearIntentIdempotencyKey(scope: string, storage?: Storage | null): void; export { clearIntentIdempotencyKey as c, generateIdempotencyKey as g, intentIdempotencyKey as i };