/** * * 只允许lofter.com和163.com的url */ export declare function isSafeUrl(url?: string): boolean; //# sourceMappingURL=url.d.ts.map