import { Injector } from 'reduct'; export default class Identity { private config; constructor(deps: Injector); getUri(): string; }