/// import { LayerNode, PlainLayerNode, WithRef } from "../types"; export declare const processLayer: (layer: PlainLayerNode, parent: WithRef | null, baseFrame: PageNode | FrameNode) => Promise;