/** * Convert the aaguid buffer in authData into a UUID string */ export declare function convertAAGUIDToString(aaguid: Uint8Array): string;