import type { Fill } from './Fill.js'; import type { Context } from '../context/context.js'; export declare function parseFill(fill: string, context: Context): Fill | null; //# sourceMappingURL=parseFill.d.ts.map