export default class Issuers { client: any; static endpoint: string; constructor(client: any); get(): Promise; }