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