import type { RootState } from '../store'; export interface PushProvisioningState { signedNonce: string | null; } export declare const setSignedNonce: import("@reduxjs/toolkit").ActionCreatorWithPayload; export declare const selectWallet: (state: RootState) => PushProvisioningState; declare const _default: import("redux").Reducer; export default _default; //# sourceMappingURL=pushProvisioningSlice.d.ts.map