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