export function validateIdenticalPlugins({ plugins }: {
    plugins?: never[] | undefined;
}): void;
