import { LicenseValidationResult } from './types'; /** * 验证授权。 * 由于现在由 iframe 和接口内部处理校验,此处直接返回成功。 */ export declare function validateLicense(_force?: boolean): Promise; export declare function clearValidationCache(): void;