import * as Mppx from 'mppx'; import * as Store from '../../../internal/Store.js'; /** Returns the normalized Tempo sender and recipients in a validated credential. */ export declare function addresses(result: Awaited>): string[]; /** Adapts Tempo API durable state to MPPX's atomic Cloudflare store contract. */ export declare function mppxStore(state: Store.State): Mppx.Store.AtomicStore; //# sourceMappingURL=Utils.d.ts.map