import { AuthenticatorAttachment } from '@simplewebauthn/types';
export declare function toAuthenticatorAttachment(attachment: string | null): AuthenticatorAttachment | undefined;
