export declare const BoardFunc: { boardToZpl: (opts: import("./label-command.js").LabelCommandOptions) => Promise; boardToPdf: ({ id, model, data, width, height, options, context }?: { id?: string; model?: any; data?: any; width?: number; height?: number; options?: any; context?: any; }) => Promise; headlessModel: (target: any, draft?: boolean) => Promise<{ base: string; model: any; board: import("../index.js").Board; }>; fonts: (domain?: import("@things-factory/shell").Domain) => Promise<(string | { custom: { families: any[]; }; google: { families: any[]; }; })[]>; };