export declare const getAuthorInfo: (author: string[] | string | false | undefined, canDisable?: boolean) => string[]; export declare const getCategory: (category: string[] | string | undefined) => string[]; export declare const getTag: (tag: string[] | string | undefined) => string[];