export type RemarkConfig = {
    plugins?: (string | [string, boolean] | unknown)[];
};
