import Internal from "../internal"; declare const isSplitMode: (internal: Internal) => Promise; export default isSplitMode;