/**
 * Modified copy of https://github.com/huozhi/bunchee/blob/3cb85160bbad3af229654cc09d6fcd67120fe8bd/src/lib/split-chunk.ts
 *
 * The MIT License (MIT)
 *
 * Copyright (c) 2018 these people -> https://github.com/huozhi/bunchee/graphs/contributors
 */
import type { CustomPluginOptions } from "rollup";
declare const getModuleLayer: (moduleMeta: CustomPluginOptions) => any;
export = getModuleLayer;
