export default class SequnceId { private static num; private static instance; constructor(); static get id(): number; }