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