import { AuthenticatorTransportFuture } from "@simplewebauthn/server"; export declare function authentication(passkey: { backedUp: boolean; counter: 0; credentialId: string; deviceType: string; publicKey: Uint8Array; transports: AuthenticatorTransportFuture[]; }, email: string): Promise; //# sourceMappingURL=authentication.d.ts.map