/** 常见的校验 */ export declare const isMedia: (url: string) => boolean; export declare const isValidLink: (href: string | null) => boolean | "" | null; export declare const maybeUUID: (pathFragment: string | null) => boolean;