import { Args } from "./type"; declare const labelmake: ({ inputs, template, font, splitThreshold }: Args) => Promise; export default labelmake;