import { Bone } from '../util/leoric.ts'; export declare class WebauthnCredential extends Bone { id: bigint; createdAt: Date; updatedAt: Date; wancId: string; userId: string; credentialId: string; publicKey: string; browserType: string; }