import type * as Adapter from '../../Adapter.js';
import { deviceCode } from './deviceCode.js';
/** Creates the Tempo Wallet adapter using the Wata device-code transport. */
export declare function tempoWallet(options: tempoWallet.Options): Adapter.Adapter;
export declare namespace tempoWallet {
    /** Options for {@link tempoWallet}. */
    type Options = Omit<deviceCode.Options, 'name' | 'rdns' | 'url'>;
}
//# sourceMappingURL=tempoWallet.d.ts.map