import { type StartRegistrationParameters, type StartRegistrationReturnType, startRegistration } from "./passkeyServer/startRegistration";
import { type VerifyRegistrationParameters, type VerifyRegistrationReturnType, verifyRegistration } from "./passkeyServer/verifyRegistration";
import { type GetCredentialsParameters, type GetCredentialsReturnType, getCredentials } from "./passkeyServer/getCredentials";
export { type StartRegistrationParameters, type StartRegistrationReturnType, type VerifyRegistrationParameters, type VerifyRegistrationReturnType, type GetCredentialsParameters, type GetCredentialsReturnType, startRegistration, verifyRegistration, getCredentials };
//# sourceMappingURL=passkeyServer.d.ts.map