import type { Layers, SystemConfig } from "./types";
export declare function createLayers(config: Pick<SystemConfig, "layers" | "disableLayers">): Layers;
