import type { Fill } from "../model/types.js"; export declare function readFill(node: any): Fill | undefined;