import ByteArray from '../internal/ByteArray.js'; import CallLinkPublicParams from './CallLinkPublicParams.js'; import GenericServerSecretParams from '../GenericServerSecretParams.js'; export default class CreateCallLinkCredentialPresentation extends ByteArray { private readonly __type?; constructor(contents: Uint8Array); verify(roomId: Uint8Array, serverParams: GenericServerSecretParams, callLinkParams: CallLinkPublicParams, now?: Date): void; }