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