import { IWebAuthnRegistrationResponse } from "./types";
export declare const getPasskeyMeta: (walletIdentifier: string) => Promise<IWebAuthnRegistrationResponse>;
export declare const isUserNameUnqiue: (walletName: string) => Promise<boolean>;
