import type { Config } from "@renegade-fi/core";
export type UseWalletIdParameters = {
    config?: Config;
};
export type UseWalletIdReturnType = string | undefined;
export declare function useWalletId(parameters?: UseWalletIdParameters): UseWalletIdReturnType;
//# sourceMappingURL=useWalletId.d.ts.map