import './catalogue-B4eLL8Mi.js'; import './elements-Bty6Qs_N.js'; 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 };