function getAttendee getAttendee(id: number,privateKey: CryptoKey,): Promise<Attendee | null> Get an attendee by ID (decrypted) Requires private key for decryption - only available to authenticated sessions Parameters id: number privateKey: CryptoKey Return Type Promise<Attendee | null>