// import ResumptionToken from './ResumptionToken'; export default interface DoiClientContract { username: string; password: string; serviceUrl: string; // prefix: string; // base_domain: string; registerDoi(doiValue: string, xmlMeta: string, landingPageUrl: string); // get(key: string): Promise; // set(token: ResumptionToken): Promise; }