/** * This is auto-generated file, don't modify this file manually */ /** * Link status */ export declare type UtilsLinkCheckedStatus = 'not_banned' | 'banned' | 'processing';