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