export default class Sdk { protected readonly domain: string; constructor(domain: string); }