import type { Author, AuthorInfo } from "./author.js";
export declare const getAuthor: (author: Author | false | undefined, canDisable?: boolean) => AuthorInfo[];
export declare const getStringArray: (value: string[] | string | undefined, optionName: string) => string[];
export declare const getCategory: (category: string[] | string | undefined) => string[];
export declare const getTag: (tag: string[] | string | undefined) => string[];
