import type { SecureStorage, RandomBytesDep, SymmetricCryptoDep } from "@evolu/common";
/** @experimental */
export declare const createWebAuthnStore: (deps: RandomBytesDep & SymmetricCryptoDep) => SecureStorage;
//# sourceMappingURL=LocalAuth.d.ts.map