export interface InjectMethods { getInjectedData: (addonId: string) => Promise; } export default class TencentDocsIframeSDK { private static resolveRecord; private static rejectRecord; static init(): InjectMethods; static clear(): void; private static receiveMessage; private static getDelayPromise; }