/** * 思源笔记客户端API * * @public * @author terwer * @since 1.0.0 */ declare class SiyuanClientApi { /** * 思源笔记客户端API版本号 */ readonly VERSION: string constructor() } export default SiyuanClientApi //# sourceMappingURL=clientApi.d.ts.map