import ByteArray from '../internal/ByteArray.js'; import ProfileKeyCredentialRequest from './ProfileKeyCredentialRequest.js'; export default class ProfileKeyCredentialRequestContext extends ByteArray { private readonly __type?; constructor(contents: Uint8Array); getRequest(): ProfileKeyCredentialRequest; }